summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-19 19:47:39 +0200
committerPeter Simons <simons@cryp.to>2015-04-19 19:47:39 +0200
commit8cfd8673f5e57a9221e60ea8101e94c0143a11d5 (patch)
treedb75e411a59268b0505d64406b9541632e40cebb /pkgs
parenta510ba0334a2a4f05d8ed09baad1e89fcbddf3af (diff)
downloadnixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar.gz
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar.bz2
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar.lz
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar.xz
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.tar.zst
nixlib-8cfd8673f5e57a9221e60ea8101e94c0143a11d5.zip
haskell-extra build succeeds with the new generic builder.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index e8abca9db161..25480d34cd29 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -73,10 +73,6 @@ self: super: {
   # Version 1.19.5 fails its test suite.
   happy = dontCheck super.happy;
 
-  # Test suite hangs silently without consuming any CPU.
-  # https://github.com/ndmitchell/extra/issues/4
-  extra = dontCheck super.extra;
-
   # Workaround for a workaround, see comment for "ghcjs" flag.
   jsaddle = let jsaddle' = disableCabalFlag super.jsaddle "ghcjs";
             in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3