From 8cfd8673f5e57a9221e60ea8101e94c0143a11d5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Apr 2015 19:47:39 +0200 Subject: [PATCH] haskell-extra build succeeds with the new generic builder. --- pkgs/development/haskell-modules/configuration-ghc-head.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix index e8abca9db16..25480d34cd2 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