haskell-MonadCatchIO-transformers: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
73e92d2634
commit
782d937dc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user