summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/mtl/1.1.1.1.nix
blob: 3598a0d4c3ed60da487b284b62c3c22d34ab6758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

cabal.mkDerivation (self : {
  pname = "mtl";
  version = "1.1.1.1"; # version of mtl1 compatible with ghc7
  sha256 = "157gbrgrg0l9r72nq45dkach53yncysif4qglsaql28g37djc4x6";
  meta = {
    description = "Monad transformer library";
  };
})