about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-29 16:09:11 +0200
committerPeter Simons <simons@cryp.to>2017-03-29 20:30:28 +0200
commitf79cb54cee61d09f627326a739097701a8ad70d5 (patch)
treebf6f23fac8164a4621deb6b83c8929eb6c1684fb /pkgs
parenta77e74d4091e077fadf89a1493405ea7c5474c64 (diff)
downloadnixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar.gz
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar.bz2
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar.lz
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar.xz
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.tar.zst
nixlib-f79cb54cee61d09f627326a739097701a8ad70d5.zip
haskell-extra: disable failing test suite on GHC 7.8.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index 13ce111c8f81..f63d31c9efdc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -152,4 +152,7 @@ self: super: {
   # Haddock doesn't cope with the new markup.
   bifunctors = dontHaddock super.bifunctors;
 
+  # extra-test: <stdout>: hFlush: invalid argument (Bad file descriptor)
+  extra = dontCheck super.extra;
+
 }