From 8bf6c494471705fb24b8d0295562793d9382a5df48155292a9effbefe216ce4d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 1 Sep 2020 01:01:26 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=61 --- aeson-1.5.3.0.tar.gz | 3 --- aeson-1.5.4.0.tar.gz | 3 +++ ghc-aeson.changes | 10 ++++++++++ ghc-aeson.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 aeson-1.5.3.0.tar.gz create mode 100644 aeson-1.5.4.0.tar.gz diff --git a/aeson-1.5.3.0.tar.gz b/aeson-1.5.3.0.tar.gz deleted file mode 100644 index b1ac23e..0000000 --- a/aeson-1.5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:958ef96a31ad0807e307f92d61a2b51827f7b06afed52cf06f76c64c6aed986a -size 298200 diff --git a/aeson-1.5.4.0.tar.gz b/aeson-1.5.4.0.tar.gz new file mode 100644 index 0000000..8a20954 --- /dev/null +++ b/aeson-1.5.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d0a13f952b40e5a6f118bf9a10470426446dd54dc6348b6e6cf86e22cd0f9f +size 298416 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index 8341a4b..2fcc24f 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 31 02:02:42 UTC 2020 - psimons@suse.com + +- Update aeson to version 1.5.4.0. + ### 1.5.4.0 + + * Add instances for `ToJSONKey` and `FromJSONKey` to `Const`, thanks to Dan Fithian. + * Add support for template-haskell 2.17, thanks to Galen Huntington. + * Documentation typo fix, thanks to Jean-Baptiste Mazon. + ------------------------------------------------------------------- Tue Aug 18 10:43:55 UTC 2020 - Peter Simons diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 003fbf2..7b6a0d6 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.5.3.0 +Version: 1.5.4.0 Release: 0 Summary: Fast JSON parsing and encoding License: BSD-3-Clause