summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-04 16:26:46 +0100
committerPeter Simons <simons@cryp.to>2019-03-05 11:13:52 +0100
commit456f09d76fcae80d4dc75f561981c2c266139241 (patch)
tree7a6b3a45b9322cccff67a423dfa74d9b5edf9420 /pkgs/top-level/haskell-packages.nix
parent1f212565d2fcfe2c880e739d4462731a6ec19654 (diff)
downloadnixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar.gz
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar.bz2
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar.lz
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar.xz
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.tar.zst
nixpkgs-456f09d76fcae80d4dc75f561981c2c266139241.zip
ghc: Drop outdated compiler versions 8.6.1 and 8.6.2. We have 8.6.3.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index a2f392fb109..7d63b132110 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -59,18 +59,6 @@ in {
       buildLlvmPackages = buildPackages.llvmPackages_5;
       llvmPackages = pkgs.llvmPackages_5;
     };
-    ghc861 = callPackage ../development/compilers/ghc/8.6.1.nix {
-      bootPkgs = packages.ghc822Binary;
-      inherit (buildPackages.python3Packages) sphinx;
-      buildLlvmPackages = buildPackages.llvmPackages_6;
-      llvmPackages = pkgs.llvmPackages_6;
-    };
-    ghc862 = callPackage ../development/compilers/ghc/8.6.2.nix {
-      bootPkgs = packages.ghc822Binary;
-      inherit (buildPackages.python3Packages) sphinx;
-      buildLlvmPackages = buildPackages.llvmPackages_6;
-      llvmPackages = pkgs.llvmPackages_6;
-    };
     ghc863 = callPackage ../development/compilers/ghc/8.6.3.nix {
       bootPkgs = packages.ghc822Binary;
       inherit (buildPackages.python3Packages) sphinx;
@@ -136,16 +124,6 @@ in {
       ghc = bh.compiler.ghc844;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.4.x.nix { };
     };
-    ghc861 = callPackage ../development/haskell-modules {
-      buildHaskellPackages = bh.packages.ghc861;
-      ghc = bh.compiler.ghc861;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.6.x.nix { };
-    };
-    ghc862 = callPackage ../development/haskell-modules {
-      buildHaskellPackages = bh.packages.ghc862;
-      ghc = bh.compiler.ghc862;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.6.x.nix { };
-    };
     ghc863 = callPackage ../development/haskell-modules {
       buildHaskellPackages = bh.packages.ghc863;
       ghc = bh.compiler.ghc863;