1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Add LTS Haskell 4.0.

This commit is contained in:
Peter Simons 2016-01-06 23:30:13 +01:00
parent 274cf0339b
commit 48e66c3925

View file

@ -317,5 +317,9 @@ rec {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.20.nix { };
};
lts-4_0 = packages.ghc7102.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.0.nix { };
};
};
}