Skip to content

Commit

Permalink
ghc: remove obsolete 8.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Sep 10, 2017
1 parent af1f991 commit 398b364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 100 deletions.
91 changes: 0 additions & 91 deletions pkgs/development/compilers/ghc/8.0.1.nix

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/top-level/haskell-packages.nix
Expand Up @@ -66,11 +66,6 @@ in rec {
bootPkgs = packages.ghc784;
inherit (bootPkgs) hscolour;
};
ghc801 = callPackage ../development/compilers/ghc/8.0.1.nix rec {
bootPkgs = packages.ghc7103;
inherit (bootPkgs) hscolour;
sphinx = pkgs.python27Packages.sphinx;
};
ghc802 = callPackage ../development/compilers/ghc/8.0.2.nix rec {
bootPkgs = packages.ghc7103;
inherit (bootPkgs) hscolour;
Expand Down Expand Up @@ -163,10 +158,6 @@ in rec {
ghc = compiler.ghc7103;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
};
ghc801 = callPackage ../development/haskell-modules {
ghc = compiler.ghc801;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
};
ghc802 = callPackage ../development/haskell-modules {
ghc = compiler.ghc802;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
Expand Down

0 comments on commit 398b364

Please sign in to comment.