diff --git a/aeson-1.4.5.0.tar.gz b/aeson-1.4.5.0.tar.gz deleted file mode 100644 index bccb93d..0000000 --- a/aeson-1.4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f12250ffb9f83d68a4566d8dc94a6bd2c66507471f9883bf666af45c35f0aca -size 276128 diff --git a/aeson-1.4.6.0.tar.gz b/aeson-1.4.6.0.tar.gz new file mode 100644 index 0000000..a79a8d6 --- /dev/null +++ b/aeson-1.4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923fb2c6e224c4c0d1848174b1010592f31cd149f538923efd87f8a6b4b3488b +size 276713 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index b848935..9430045 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 13 03:02:25 UTC 2019 - psimons@suse.com + +- Update aeson to version 1.4.6.0. + ### 1.4.6.0 + + * Provide a clearer error message when a required tagKey for a constructor is missing, thanks to Guru Devanla. + The error message now looks like this: `Error in $: parsing Types.SomeType failed, expected Object with key "tag" containing one of ["nullary","unary","product","record","list"], key "tag" not found` + + * Add `formatPath` and `formatRelativePath` functions to turn a `JSONPath` into a `String`, thanks to Robbie McMichael + +------------------------------------------------------------------- +Fri Nov 8 16:13:10 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.com diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 84a9751..01f5b27 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -19,11 +19,10 @@ %global pkg_name aeson %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.5.0 +Version: 1.4.6.0 Release: 0 Summary: Fast JSON parsing and encoding 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 @@ -73,7 +72,6 @@ To get started, see the documentation for the 'Data.Aeson' module below. %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}