3
0
Fork 0
forked from mirrors/nixpkgs

Add LTS Haskell 6.2.

This commit is contained in:
Peter Simons 2016-06-07 22:02:14 +02:00
parent 71fc5083be
commit 55ac62c660

View file

@ -409,7 +409,10 @@ rec {
lts-6_1 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-6.1.nix { };
};
lts-6 = packages.lts-6_1;
lts-6_2 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-6.2.nix { };
};
lts-6 = packages.lts-6_2;
lts = packages.lts-6;
};