mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Add LTS Haskell 5.0.
This commit is contained in:
parent
40b0b45fce
commit
4a48931bb7
@ -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 { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user