nixpkgs/pkgs/development/libraries/haskell/ghc-mtl/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
346 B
Nix

{cabal, mtl, MonadCatchIOMtl} :
cabal.mkDerivation (self : {
pname = "ghc-mtl";
version = "1.0.1.0";
sha256 = "5284e0ecf99511e6263503412faf6fa809dc577c009fde63203d46405eb1b191";
propagatedBuildInputs = [mtl MonadCatchIOMtl];
meta = {
description = "An mtl compatible version of the Ghc-Api monads and monad-transformers";
};
})