3
0
Fork 0
forked from mirrors/nixpkgs

haskell-ghc-mtl: update to version 1.1.0.0

This commit is contained in:
Peter Simons 2014-03-11 11:49:17 +01:00
parent 617ae22563
commit 558910cb26

View file

@ -1,12 +1,12 @@
{ cabal, MonadCatchIOMtl, mtl }:
{ cabal, exceptions, extensibleExceptions, mtl }:
cabal.mkDerivation (self: {
pname = "ghc-mtl";
version = "1.0.1.2";
sha256 = "06m8ynqlbvvs37w211ikldwvlvg4ry27x9l7idnwa1m8w2jkbkva";
buildDepends = [ MonadCatchIOMtl mtl ];
version = "1.1.0.0";
sha256 = "1vmiy00fsdp1jzmpjrz8wzxbv3185h27aspw412pmcr4v1n29kxc";
buildDepends = [ exceptions extensibleExceptions mtl ];
meta = {
homepage = "http://darcsden.com/jcpetruzza/ghc-mtl";
homepage = "http://hub.darcs.net/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;