mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Add LTS Haskell 3.13.
This commit is contained in:
parent
4e47af8041
commit
a57c496775
@ -285,6 +285,9 @@ rec {
|
||||
lts-3_12 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.12.nix { };
|
||||
};
|
||||
lts-3_13 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.13.nix { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user