3
0
Fork 0
forked from mirrors/nixpkgs

haskell: drop obsolete LTS package set

The default 'haskellPackages' set now corresponds to the latest
available version of LTS 7.x.
This commit is contained in:
Peter Simons 2016-09-14 19:23:06 +02:00
parent 055a3e52c5
commit 9123a0452d
3 changed files with 2 additions and 8288 deletions

File diff suppressed because it is too large Load diff

View file

@ -4737,7 +4737,7 @@ in
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.lts-7.override {
haskellPackages = haskell.packages.ghc801.override {
overrides = config.haskellPackageOverrides or (self: super: {});
};

View file

@ -251,9 +251,7 @@ rec {
lts-6_17 = packages.ghc7103;
lts-6 = packages.lts-6_17;
lts-7_0 = packages.ghc801.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts.nix { };
};
lts-7_0 = packages.ghc801;
lts-7 = packages.lts-7_0;
lts = packages.lts-7;