about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-01-09 17:02:42 -0500
committerShea Levy <shea@shealevy.com>2015-01-09 17:02:42 -0500
commit60fec843798664cc9dd4b9733fae0e2d5cf3042e (patch)
treeba14107d5d8134d2294d9a7afebea6587488c5f2 /pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
parentdd558e0baa8a42136cb0f4436b0711bdc66b15ef (diff)
downloadnixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar.gz
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar.bz2
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar.lz
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar.xz
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.tar.zst
nixlib-60fec843798664cc9dd4b9733fae0e2d5cf3042e.zip
Disable split testsuite on 7.10
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
index 8d1248e8322a..ca122ef72327 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix
@@ -69,6 +69,9 @@ self: super: {
   # bos/attoparsec#92
   attoparsec = overrideCabal super.attoparsec (drv: { doCheck = false; });
 
+  # test suite hangs silently for at least 10 minutes
+  split = overrideCabal super.split (drv: { doCheck = false; });
+
   # Test suite fails with some (seemingly harmless) error.
   # https://code.google.com/p/scrapyourboilerplate/issues/detail?id=24
   syb = overrideCabal super.syb (drv: { doCheck = false; });