mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Add LTS Haskell 4.0.
This commit is contained in:
parent
274cf0339b
commit
48e66c3925
|
@ -317,5 +317,9 @@ rec {
|
|||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.20.nix { };
|
||||
};
|
||||
|
||||
lts-4_0 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.0.nix { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue