Skip to content

Commit

Permalink
haskell: drop obsolete GHC version 7.10.2; we have 7.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Dec 26, 2017
1 parent f1c236a commit e98e7fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
88 changes: 0 additions & 88 deletions pkgs/development/compilers/ghc/7.10.2.nix

This file was deleted.

8 changes: 0 additions & 8 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ in rec {
ghc784 = callPackage ../development/compilers/ghc/7.8.4.nix {
ghc = compiler.ghc742Binary;
};
ghc7102 = callPackage ../development/compilers/ghc/7.10.2.nix rec {
bootPkgs = packages.ghc784;
inherit (bootPkgs) hscolour;
};
ghc7103 = callPackage ../development/compilers/ghc/7.10.3.nix rec {
bootPkgs = packages.ghc784;
inherit (bootPkgs) hscolour;
Expand Down Expand Up @@ -150,10 +146,6 @@ in rec {
ghc = compiler.ghc784;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.8.x.nix { };
};
ghc7102 = callPackage ../development/haskell-modules {
ghc = compiler.ghc7102;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
};
ghc7103 = callPackage ../development/haskell-modules {
ghc = compiler.ghc7103;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
Expand Down

0 comments on commit e98e7fb

Please sign in to comment.