From 2ba58bf6cbd596387248d009572cd5bef37818f5c29e8351e8bdb7ecb37a9690 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2019 18:54:45 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-aeson revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=49 --- aeson-1.4.4.0.tar.gz | 3 --- aeson-1.4.5.0.tar.gz | 3 +++ ghc-aeson.changes | 12 ++++++++++++ ghc-aeson.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 aeson-1.4.4.0.tar.gz create mode 100644 aeson-1.4.5.0.tar.gz diff --git a/aeson-1.4.4.0.tar.gz b/aeson-1.4.4.0.tar.gz deleted file mode 100644 index e759cbe..0000000 --- a/aeson-1.4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c67cdaca651e18f310b21b2b12bac6bcec5188c3ac0e4b64cc60c94d7e4d2e -size 279980 diff --git a/aeson-1.4.5.0.tar.gz b/aeson-1.4.5.0.tar.gz new file mode 100644 index 0000000..bccb93d --- /dev/null +++ b/aeson-1.4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f12250ffb9f83d68a4566d8dc94a6bd2c66507471f9883bf666af45c35f0aca +size 276128 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index 4c0e9e4..b848935 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 10 02:02:48 UTC 2019 - psimons@suse.com + +- Update aeson to version 1.4.5.0. + ### 1.4.5.0 + + * Expose `()`, `JSONPath` and `JSONPathElement(..)` from `Data.Aeson.Types`. Previously only available through internal modules. Thanks to Luke Clifton. + + * Support for base-compat 0.11, thanks to Ryan Scott. + + * Travis build for GHC 8.8, thanks to Oleg Grenrus. + ------------------------------------------------------------------- Tue Jun 25 02:02:15 UTC 2019 - psimons@suse.com diff --git a/ghc-aeson.spec b/ghc-aeson.spec index dac726c..84a9751 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -19,7 +19,7 @@ %global pkg_name aeson %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.4.0 +Version: 1.4.5.0 Release: 0 Summary: Fast JSON parsing and encoding License: BSD-3-Clause