aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-07-21 14:33:58 +0200
committerPeter Simons <simons@cryp.to>2020-07-24 13:02:55 +0200
commitf1182ecc91c7de5f17487684c2ce51e16ce137b3 (patch)
tree02ff477569e5e43c32fb115d6218c880942a2a5b /pkgs/top-level/haskell-packages.nix
parent8ffedd83693d6effd1c271f3ad17c38f7dcecf42 (diff)
ghc: drop obsolete 8.4.x version
We generally keep only the last 3 major releases of GHC.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 98cb2804d854..662ba91514dd 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -5,7 +5,6 @@ let
integerSimpleExcludes = [
"ghc822Binary"
"ghc865Binary"
- "ghc844"
"ghcjs"
"ghcjs86"
"integer-simple"
@@ -44,12 +43,6 @@ in {
ghc865Binary = callPackage ../development/compilers/ghc/8.6.5-binary.nix { };
- ghc844 = callPackage ../development/compilers/ghc/8.4.4.nix {
- bootPkgs = packages.ghc822Binary;
- sphinx = buildPackages.python3Packages.sphinx_1_7_9;
- buildLlvmPackages = buildPackages.llvmPackages_5;
- llvmPackages = pkgs.llvmPackages_5;
- };
ghc865 = callPackage ../development/compilers/ghc/8.6.5.nix {
bootPkgs = packages.ghc822Binary;
inherit (buildPackages.python3Packages) sphinx;
@@ -124,11 +117,6 @@ in {
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.6.x.nix { };
packageSetConfig = bootstrapPackageSet;
};
- ghc844 = callPackage ../development/haskell-modules {
- buildHaskellPackages = bh.packages.ghc844;
- ghc = bh.compiler.ghc844;
- compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.4.x.nix { };
- };
ghc865 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc865;
ghc = bh.compiler.ghc865;