SHA256
1
0
forked from pool/ghc-free

Accepting request 354503 from devel:languages:haskell:lts

- update to 4.12.4
* Add instances for ExceptT: like ErrorT, but without an Error constraint.
* Support containers
* Support transformers 0.5
* Removed a number of spurious class constraints.
* Support comonad 5

OBS-URL: https://build.opensuse.org/request/show/354503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-free?expand=0&rev=5
This commit is contained in:
Peter Trommler 2016-01-18 10:48:04 +00:00 committed by Git OBS Bridge
parent 6ee3e5bfcd
commit 19e62c9c87
4 changed files with 15 additions and 4 deletions

View File

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

3
free-4.12.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 18 10:33:25 UTC 2016 - mimi.vx@gmail.com
- update to 4.12.4
* Add instances for ExceptT: like ErrorT, but without an Error constraint.
* Support containers
* Support transformers 0.5
* Removed a number of spurious class constraints.
* Support comonad 5
-------------------------------------------------------------------
Thu Aug 6 19:27:49 UTC 2015 - mimi.vx@gmail.com

View File

@ -18,7 +18,7 @@
%global pkg_name free
Name: ghc-free
Version: 4.12.1
Version: 4.12.2
Release: 0
Summary: Monads for free
Group: System/Libraries
@ -33,6 +33,7 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bifunctors-devel
BuildRequires: ghc-comonad-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-distributive-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-mtl-devel