mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Add LTS Haskell 5.1.
This commit is contained in:
parent
0b2fded69c
commit
bb94b09f66
@ -340,6 +340,9 @@ rec {
|
||||
lts-5_0 = packages.ghc7103.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.0.nix { };
|
||||
};
|
||||
lts-5_1 = packages.ghc7103.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.1.nix { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user