Add LTS Haskell 3.7.

This commit is contained in:
Peter Simons 2015-09-28 17:42:40 +02:00
parent 0139c51f1b
commit e23d69c6f3

View File

@ -315,5 +315,9 @@ rec {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.6.nix { };
};
lts-3_7 = packages.ghc7102.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.7.nix { };
};
};
}