mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Add LTS Haskell version 3.6.
This commit is contained in:
parent
ccad6ae082
commit
4a205c8941
@ -311,5 +311,9 @@ rec {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.5.nix { };
|
||||
};
|
||||
|
||||
lts-3_6 = packages.ghc7102.override {
|
||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.6.nix { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user