Add LTS Haskell 5.0.

This commit is contained in:
Peter Simons 2016-01-27 00:28:19 +01:00
parent 40b0b45fce
commit 4a48931bb7

View File

@ -334,5 +334,9 @@ rec {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.2.nix { };
};
lts-5_0 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.0.nix { };
};
};
}