Accepting request 759329 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=25
This commit is contained in:
commit
de6a465fde
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f12250ffb9f83d68a4566d8dc94a6bd2c66507471f9883bf666af45c35f0aca
|
||||
size 276128
|
3
aeson-1.4.6.0.tar.gz
Normal file
3
aeson-1.4.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923fb2c6e224c4c0d1848174b1010592f31cd149f538923efd87f8a6b4b3488b
|
||||
size 276713
|
@ -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 <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user