Accepting request 862322 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/862322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2021-01-20 17:24:13 +00:00 committed by Git OBS Bridge
commit 2e4e95a6d3
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dacdc8a8c7f62942010b17b09cd33fa68879c138bc19b9b717497105566fefd
size 298607

3
aeson-1.5.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a216ddcc4643b1fcbabb4b4e04f76d3ad54f4444a2e88de34e7d0bd813fc1647
size 299379

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 4 11:48:32 UTC 2021 - psimons@suse.com
- Update aeson to version 1.5.5.1.
### 1.5.5.1
* Fix a bug in `FromJSON QuarterOfYear` instance.
### 1.5.5.0
* Add instances for `Month`, `Quarter` and `QuarterOfYear` (from `time-1.11`), thanks to Oleg Grenrus.
* The aeson repository has been moved to the haskell github organization!
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-aeson
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name aeson
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.5.4.1
Version: 1.5.5.1
Release: 0
Summary: Fast JSON parsing and encoding
License: BSD-3-Clause