mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Add LTS Haskell 3.18.
This commit is contained in:
parent
1ba77bf6cb
commit
db52259a9d
@ -307,6 +307,9 @@ rec {
|
||||
lts-3_17 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.17.nix { };
|
||||
};
|
||||
lts-3_18 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.18.nix { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user