Skip to content

Commit

Permalink
haskell-MonadCatchIO-transformers: jailbreak to fix build with transf…
Browse files Browse the repository at this point in the history
…ormers 0.4.x
  • Loading branch information
peti committed Jun 9, 2014
1 parent 73e92d2 commit 782d937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.3.1.0";
sha256 = "1r5syyalk8a81byhk39yp0j7vdrvlrpppbg52dql1fx6kfhysaxn";
buildDepends = [ extensibleExceptions monadsTf transformers ];
jailbreak = true;
meta = {
description = "Monad-transformer compatible version of the Control.Exception module";
license = self.stdenv.lib.licenses.bsd3;
Expand Down

0 comments on commit 782d937

Please sign in to comment.