haskell-MonadCatchIO-transformers: jailbreak to fix build with transformers 0.4.x

This commit is contained in:
Peter Simons 2014-06-05 10:52:01 +02:00
parent 73e92d2634
commit 782d937dc4

View File

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