mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Add LTS Haskell 3.20.
This commit is contained in:
parent
9ca37a8a4b
commit
1a07ecf9c5
1 changed files with 3 additions and 0 deletions
|
@ -313,6 +313,9 @@ rec {
|
||||||
lts-3_19 = packages.ghc7102.override {
|
lts-3_19 = packages.ghc7102.override {
|
||||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.19.nix { };
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.19.nix { };
|
||||||
};
|
};
|
||||||
|
lts-3_20 = packages.ghc7102.override {
|
||||||
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.20.nix { };
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue