diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 7903fb1..2849f8c 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 25 08:18:36 UTC 2015 - mpluskal@suse.com + +- Update to 0.8.10.1: + * Add the Data.Yaml.Include module + ------------------------------------------------------------------- Thu Oct 17 17:17:33 UTC 2013 - peter.trommler@ohm-hochschule.de diff --git a/ghc-yaml.spec b/ghc-yaml.spec index 9d0373d..6c3fb9a 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %global pkg_name yaml Name: ghc-%{pkg_name} -Version: 0.8.5 +Version: 0.8.10.1 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause Group: System/Libraries -Url: http://hackage.haskell.org/package/%{name} +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +36,9 @@ BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-enclosed-exceptions-devel BuildRequires: ghc-resourcet-devel +BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unordered-containers-devel @@ -77,6 +79,7 @@ This package provides the Haskell yaml library development files. %install %ghc_lib_install %ghc_fix_dynamic_rpath yaml2json +%ghc_fix_dynamic_rpath json2yaml %post devel %ghc_pkg_recache @@ -88,6 +91,7 @@ This package provides the Haskell yaml library development files. %defattr(-,root,root,-) %doc LICENSE %{_bindir}/yaml2json +%{_bindir}/json2yaml %files devel -f %{name}-devel.files %defattr(-,root,root,-) diff --git a/yaml-0.8.10.1.tar.gz b/yaml-0.8.10.1.tar.gz new file mode 100644 index 0000000..4689c02 --- /dev/null +++ b/yaml-0.8.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e977912762e13571ec596173405ce328c8f7397aee4dd21f61ac9af762431ba9 +size 73448 diff --git a/yaml-0.8.5.tar.gz b/yaml-0.8.5.tar.gz deleted file mode 100644 index 6e29f28..0000000 --- a/yaml-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9bb63357b06476d17d8183674a82090a769399a23360888bd9b2ff0a3a528a -size 67611