mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
LTS Haskell 4.x uses GHC 7.10.3.
This commit is contained in:
parent
64bc8a84a4
commit
d1fdc3e0cc
@ -317,7 +317,7 @@ rec {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.20.nix { };
|
||||
};
|
||||
|
||||
lts-4_0 = packages.ghc7102.override {
|
||||
lts-4_0 = packages.ghc7103.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.0.nix { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user