lol

fix some broken haskell packages

+4 -3
-3
pkgs/development/haskell-modules/configuration-common.nix
··· 206 206 # the system-fileio tests use canonicalizePath, which fails in the sandbox 207 207 system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio; 208 208 209 - # same as above 210 - mockery = if pkgs.stdenv.isDarwin then dontCheck super.mockery else super.mockery; 211 - 212 209 # Prevents needing to add security_tool as a build tool to all of x509-system's 213 210 # dependencies. 214 211 x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc
+4
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 111 111 # Test suite has stricter version bounds 112 112 retry = dontCheck super.retry; 113 113 114 + # test/System/Posix/Types/OrphansSpec.hs:19:13: 115 + # Not in scope: type constructor or class ‘Int32’ 116 + base-orphans = dontCheck super.base-orphans; 117 + 114 118 # Test suite fails with time >= 1.5 115 119 http-date = dontCheck super.http-date; 116 120