summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-08-12 11:45:12 -0700
committerJude Taylor <me@jude.bio>2015-08-12 11:45:12 -0700
commit6cd4dacebe0c26352f6649e9cd8f0a953ff7b512 (patch)
tree61a8735f7fb35c74e4ce87d9c2a61800a066dacc /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parenta8d69a7153951dd85fa163699e329fe07b6bd608 (diff)
downloadnixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar.gz
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar.bz2
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar.lz
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar.xz
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.tar.zst
nixlib-6cd4dacebe0c26352f6649e9cd8f0a953ff7b512.zip
fix some broken haskell packages
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index e78aa0e98397..9cdb088a48a7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -111,6 +111,10 @@ self: super: {
   # Test suite has stricter version bounds
   retry = dontCheck super.retry;
 
+  # test/System/Posix/Types/OrphansSpec.hs:19:13:
+  #    Not in scope: type constructor or class ‘Int32’
+  base-orphans = dontCheck super.base-orphans;
+
   # Test suite fails with time >= 1.5
   http-date = dontCheck super.http-date;