about summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2016-12-24 17:41:31 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2016-12-26 13:30:07 +0000
commit9f7c7405fbafb24e82028e602242bcc7aecc660b (patch)
tree9f34b85a0b49209d5f1e128f452c6322239a65c9 /pkgs/top-level/haskell-packages.nix
parent4541b1090491a7ab74d74a5ebee31bd3ccf1be63 (diff)
downloadnixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar.gz
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar.bz2
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar.lz
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar.xz
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.tar.zst
nixlib-9f7c7405fbafb24e82028e602242bcc7aecc660b.zip
Remove nokinds GHC build
This work has since been merged into GHC master branch and is enabled
with the TypeInType extension.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 4cdc70fed4fa..b55a86725a30 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -56,11 +56,6 @@ rec {
       inherit crossSystem;
       selfPkgs = packages.ghcHEAD;
     };
-    ghcNokinds = callPackage ../development/compilers/ghc/nokinds.nix rec {
-      bootPkgs = packages.ghc784;
-      inherit (bootPkgs) alex happy;
-    };
-
     ghcjs = packages.ghc7103.callPackage ../development/compilers/ghcjs {
       bootPkgs = packages.ghc7103;
     };
@@ -136,10 +131,6 @@ rec {
       ghc = compiler.ghcHEAD.crossCompiler;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-head.nix { };
     };
-    ghcNokinds = callPackage ../development/haskell-modules {
-      ghc = compiler.ghcNokinds;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-nokinds.nix { };
-    };
     ghcjs = callPackage ../development/haskell-modules {
       ghc = compiler.ghcjs;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghcjs.nix { };