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:
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

@@ -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