1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-ghc-mtl: updated to version 1.0.1.1

svn path=/nixpkgs/trunk/; revision=30267
This commit is contained in:
Peter Simons 2011-11-06 18:36:27 +00:00
parent 5396f76a55
commit cc2456282d

View file

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "ghc-mtl";
version = "1.0.1.0";
sha256 = "5284e0ecf99511e6263503412faf6fa809dc577c009fde63203d46405eb1b191";
version = "1.0.1.1";
sha256 = "04lm1g27xwwph02k3d8b51nbhi2sw8jx7arqczcqc3rygak10fpn";
buildDepends = [ MonadCatchIOMtl mtl ];
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";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;