1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Add LTS Haskell 5.12.

This commit is contained in:
Peter Simons 2016-04-11 15:47:44 +02:00
parent c7a4de7717
commit 834174bed5

View file

@ -380,7 +380,10 @@ rec {
lts-5_11 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.11.nix { };
};
lts-5 = packages.lts-5_11;
lts-5_12 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.12.nix { };
};
lts-5 = packages.lts-5_12;
lts = packages.lts-5;
};