haskell-MonadCatchIO-transformers: update to version 0.3.1.0
This commit is contained in:
parent
5644003632
commit
f871ee09ca
@ -1,10 +1,10 @@
|
||||
{ cabal, extensibleExceptions, transformers }:
|
||||
{ cabal, extensibleExceptions, monadsTf, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "MonadCatchIO-transformers";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0v7k6npfr1x9s4bk409y6sc1vhzs5pm4mwpky356z7kdvz2z274c";
|
||||
buildDepends = [ extensibleExceptions transformers ];
|
||||
version = "0.3.1.0";
|
||||
sha256 = "1r5syyalk8a81byhk39yp0j7vdrvlrpppbg52dql1fx6kfhysaxn";
|
||||
buildDepends = [ extensibleExceptions monadsTf transformers ];
|
||||
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