about summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-20 13:35:07 +0100
committerPeter Simons <simons@cryp.to>2017-12-26 11:35:26 +0100
commiteb0da3e8afebd017e8d93afabd213e095674cceb (patch)
treeedf69b10f3bb6d811fd86be1dfdda80983f64149 /pkgs/top-level/haskell-packages.nix
parente98e7fb329c73b8f15ead5f49cd222bc1f86d292 (diff)
downloadnixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar.gz
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar.bz2
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar.lz
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar.xz
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.tar.zst
nixlib-eb0da3e8afebd017e8d93afabd213e095674cceb.zip
haskell: drop package sets for GHC 6.12.x, 7.0.x, 7.2.x, 7.4.x, and 7.6.x
These old package sets have been broken and unmaintained for a long time now.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index b36f2431b48a..0d620ce2b295 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -116,32 +116,6 @@ in rec {
 
   packages = {
 
-    # Support for this compiler is broken, because it can't deal with directory-based package databases.
-    # ghc6104 = callPackage ../development/haskell-modules { ghc = compiler.ghc6104; };
-    ghc6123 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc6123;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-6.12.x.nix { };
-    };
-    ghc704 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc704;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.0.x.nix { };
-    };
-    ghc722 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc722;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.2.x.nix { };
-    };
-    ghc742 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc742;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.4.x.nix { };
-    };
-    ghc763 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc763;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.6.x.nix { };
-    };
-    ghc783 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc783;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.8.x.nix { };
-    };
     ghc784 = callPackage ../development/haskell-modules {
       ghc = compiler.ghc784;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.8.x.nix { };