haskell-MonadCatchIO-transformers: updated to version 0.2.2.3
svn path=/nixpkgs/trunk/; revision=30100
This commit is contained in:
parent
0f80aa96a6
commit
2688ba5b0a
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "MonadCatchIO-transformers";
|
pname = "MonadCatchIO-transformers";
|
||||||
version = "0.2.2.2";
|
version = "0.2.2.3";
|
||||||
sha256 = "083c0abwja447j0p8q0j15iv7bshchy83rfqw07b2hfy38467h9g";
|
sha256 = "1qwy9rrmf3kl7rb7v46n81xmrwy4xl63lfnlsiz1qc0hybjkl7m6";
|
||||||
buildDepends = [ extensibleExceptions transformers ];
|
buildDepends = [ extensibleExceptions transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Monad-transformer compatible version of the Control.Exception module";
|
description = "Monad-transformer compatible version of the Control.Exception module";
|
||||||
license = self.stdenv.lib.licenses.publicDomain;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
self.stdenv.lib.maintainers.andres
|
self.stdenv.lib.maintainers.andres
|
||||||
|
Loading…
Reference in New Issue
Block a user