SHA256
1
0
forked from pool/ghc-aeson

Accepting request 461532 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/461532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2017-03-03 16:47:47 +00:00 committed by Git OBS Bridge
commit 1a8a76c3ad
4 changed files with 14 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 12 14:08:22 UTC 2017 - psimons@suse.com
- Update to version 1.0.2.1 with cabal2obs.
-------------------------------------------------------------------
Thu Jan 26 16:20:17 UTC 2017 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name aeson
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.11.3.0
Version: 1.0.2.1
Release: 0
Summary: Fast JSON parsing and encoding
License: BSD-3-Clause
@ -28,21 +28,19 @@ 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
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-dlist-devel
BuildRequires: ghc-fail-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-syb-devel
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-time-locale-compat-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,6 +48,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-base16-bytestring-devel
BuildRequires: ghc-generic-deriving-devel
BuildRequires: ghc-hashable-time-devel
BuildRequires: ghc-quickcheck-instances-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel