From 9a0bb12b7b8320adfb05bd5a99822b66e81ba736de658ba1ca9d74ceec05eff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 8 Mar 2021 08:01:03 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson revision:27, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=72 --- aeson-1.5.5.1.tar.gz | 3 --- aeson-1.5.6.0.tar.gz | 3 +++ ghc-aeson.changes | 7 +++++++ ghc-aeson.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 aeson-1.5.5.1.tar.gz create mode 100644 aeson-1.5.6.0.tar.gz diff --git a/aeson-1.5.5.1.tar.gz b/aeson-1.5.5.1.tar.gz deleted file mode 100644 index ec5fb74..0000000 --- a/aeson-1.5.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a216ddcc4643b1fcbabb4b4e04f76d3ad54f4444a2e88de34e7d0bd813fc1647 -size 299379 diff --git a/aeson-1.5.6.0.tar.gz b/aeson-1.5.6.0.tar.gz new file mode 100644 index 0000000..b01a595 --- /dev/null +++ b/aeson-1.5.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0361c34be3d2ec945201f02501693436fbda10dcc549469481a084b2de22bfe8 +size 286364 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index 8e1952a..fd0ba5d 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 19 23:03:07 UTC 2021 - psimons@suse.com + +- Update aeson to version 1.5.6.0. + ### 1.5.6.0 + * Make `Show Value` instance print object keys in lexicographic order. + ------------------------------------------------------------------- Mon Jan 4 11:48:32 UTC 2021 - psimons@suse.com diff --git a/ghc-aeson.spec b/ghc-aeson.spec index ee63edd..fcb6907 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.5.1 +Version: 1.5.6.0 Release: 0 Summary: Fast JSON parsing and encoding License: BSD-3-Clause