diff --git a/ghc-yaml.changes b/ghc-yaml.changes index 408250f..255165f 100644 --- a/ghc-yaml.changes +++ b/ghc-yaml.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Nov 8 16:15:17 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Thu Nov 7 06:41:50 UTC 2019 - psimons@suse.com + +- Update yaml to version 0.11.2.0. + ## 0.11.2.0 + + * Reduces some of the code duplication between the `encode` and `encodePretty` functions + * The output of `encodePretty` has been improved: + - Multiline strings now use `Literal` style instead of `SingleQuoted` + - Special keys are now quoted in mappings [#179](https://github.com/snoyberg/yaml/issues/179) + * Support for complex keys in mappings: [#182](https://github.com/snoyberg/yaml/issues/182) + - Adds `complexMapping` function to `Data.Yaml.Builder` + - Decode functions now return a `NonStringKey` error when attempting to decode a mapping with a complex key as it is not possible to decode these to an Aeson `Value` + * Adds missing `ToYaml` instances + ------------------------------------------------------------------- Tue Aug 27 02:01:57 UTC 2019 - psimons@suse.com diff --git a/ghc-yaml.spec b/ghc-yaml.spec index ea30b91..977a3c2 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.spec @@ -19,11 +19,10 @@ %global pkg_name yaml %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.11.1.2 +Version: 0.11.2.0 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -59,7 +58,6 @@ README and API documentation are available at %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} diff --git a/yaml-0.11.1.2.tar.gz b/yaml-0.11.1.2.tar.gz deleted file mode 100644 index e97f1ad..0000000 --- a/yaml-0.11.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cfedbcf28dfe262671b6ab8d5568c81436f1681c3882d9f9c868a64cff91709 -size 28229 diff --git a/yaml-0.11.2.0.tar.gz b/yaml-0.11.2.0.tar.gz new file mode 100644 index 0000000..50e99e5 --- /dev/null +++ b/yaml-0.11.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f2d2b2cc8db857d39baf30fb3eded2e0f49a4c138358367c4379bb04c3ba0c +size 29254