summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-12 21:13:53 +0100
committerPeter Simons <simons@cryp.to>2021-03-12 21:16:09 +0100
commitf189465dce5fdcf83ad1e1f9dcabe553c445053a (patch)
treea44f0ba37d995f971a8e8d665a4f5c570358f49b /pkgs/top-level/haskell-packages.nix
parent0ed2140a57e6e60dacdc2cb2ea5fe16210c329c0 (diff)
downloadnixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar.gz
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar.bz2
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar.lz
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar.xz
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.tar.zst
nixpkgs-f189465dce5fdcf83ad1e1f9dcabe553c445053a.zip
ghc: drop obsolete compiler version 8.8.2
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 95bdb678662..30b23862da5 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -55,12 +55,6 @@ in {
       minimal = true;
     };
 
-    ghc882 = callPackage ../development/compilers/ghc/8.8.2.nix {
-      bootPkgs = packages.ghc865Binary;
-      inherit (buildPackages.python3Packages) sphinx;
-      buildLlvmPackages = buildPackages.llvmPackages_7;
-      llvmPackages = pkgs.llvmPackages_7;
-    };
     ghc883 = callPackage ../development/compilers/ghc/8.8.3.nix {
       bootPkgs = packages.ghc865Binary;
       inherit (buildPackages.python3Packages) sphinx;
@@ -172,11 +166,6 @@ in {
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.10.x.nix { };
       packageSetConfig = bootstrapPackageSet;
     };
-    ghc882 = callPackage ../development/haskell-modules {
-      buildHaskellPackages = bh.packages.ghc882;
-      ghc = bh.compiler.ghc882;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.8.x.nix { };
-    };
     ghc883 = callPackage ../development/haskell-modules {
       buildHaskellPackages = bh.packages.ghc883;
       ghc = bh.compiler.ghc883;