SHA256
1
0
forked from pool/ghc-free

Accepting request 322646 from devel:languages:haskell:lts

- update to 4.12.1
* Add instances of MonadCatch and MonadThrow from exceptions to FT, FreeT and IterT.
* semigroupoids 5, profunctors 5, and bifunctors 5 support.

OBS-URL: https://build.opensuse.org/request/show/322646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-free?expand=0&rev=3
This commit is contained in:
Ondřej Súkup 2015-08-20 06:26:15 +00:00 committed by Git OBS Bridge
parent 7845e364cd
commit 6ee3e5bfcd
4 changed files with 13 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 6 19:27:49 UTC 2015 - mimi.vx@gmail.com
- update to 4.12.1
* Add instances of MonadCatch and MonadThrow from exceptions to FT, FreeT and IterT.
* semigroupoids 5, profunctors 5, and bifunctors 5 support.
-------------------------------------------------------------------
Sun Apr 26 17:48:04 UTC 2015 - mimi.vx@gmail.com

View File

@ -17,8 +17,8 @@
%global pkg_name free
Name: ghc-%{pkg_name}
Version: 4.11
Name: ghc-free
Version: 4.12.1
Release: 0
Summary: Monads for free
Group: System/Libraries
@ -34,6 +34,7 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-bifunctors-devel
BuildRequires: ghc-comonad-devel
BuildRequires: ghc-distributive-devel
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-prelude-extras-devel
BuildRequires: ghc-profunctors-devel