haskell-ghc-mtl: updated to version 1.0.1.1
svn path=/nixpkgs/trunk/; revision=30267
This commit is contained in:
parent
5396f76a55
commit
cc2456282d
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mtl";
|
pname = "ghc-mtl";
|
||||||
version = "1.0.1.0";
|
version = "1.0.1.1";
|
||||||
sha256 = "5284e0ecf99511e6263503412faf6fa809dc577c009fde63203d46405eb1b191";
|
sha256 = "04lm1g27xwwph02k3d8b51nbhi2sw8jx7arqczcqc3rygak10fpn";
|
||||||
buildDepends = [ MonadCatchIOMtl mtl ];
|
buildDepends = [ MonadCatchIOMtl mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~jcpetruzza/ghc-mtl";
|
homepage = "http://darcsden.com/jcpetruzza/ghc-mtl";
|
||||||
description = "An mtl compatible version of the Ghc-Api monads and monad-transformers";
|
description = "An mtl compatible version of the Ghc-Api monads and monad-transformers";
|
||||||
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