haskell-MonadCatchIO-mtl: updated to version 0.3.0.4
svn path=/nixpkgs/trunk/; revision=28507
This commit is contained in:
parent
c70c0029eb
commit
a17757e5fc
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "MonadCatchIO-mtl";
|
pname = "MonadCatchIO-mtl";
|
||||||
version = "0.3.0.3";
|
version = "0.3.0.4";
|
||||||
sha256 = "0sqvdrvl1z6y176jwxv02aam4fz2awmqyjba803w816pp9m9a5pr";
|
sha256 = "0wzdrfplwa4v9miv88rg3jvf7l6gphc29lpdp5qjm5873y57jxm7";
|
||||||
buildDepends = [ extensibleExceptions mtl ];
|
buildDepends = [ extensibleExceptions mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl";
|
homepage = "http://darcsden.com/jcpetruzza/MonadCatchIO-mtl";
|
||||||
description = "Monad-transformer version of the Control.Exception module";
|
description = "Monad-transformer version of the Control.Exception module";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user