summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-07-24 15:15:18 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-07-24 15:48:07 -0500
commitee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4 (patch)
treed3021451f847431d68d9c38fe06b8949a334742c
parent78a42931e5b94cc8c7f210708f670841b62b7dc9 (diff)
downloadnixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar.gz
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar.bz2
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar.lz
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar.xz
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.tar.zst
nixlib-ee8f098c9d5b3aa7726726ba7deb9ddb2f9cdfc4.zip
haskell-th-desugar: tests don't compile with 7.8.3
-rw-r--r--pkgs/development/libraries/haskell/th-desugar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/th-desugar/default.nix b/pkgs/development/libraries/haskell/th-desugar/default.nix
index c6493736001d..50bea860af36 100644
--- a/pkgs/development/libraries/haskell/th-desugar/default.nix
+++ b/pkgs/development/libraries/haskell/th-desugar/default.nix
@@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
   sha256 = "16l0khjx2wppnm9spp6mg659m95hxjkzfv3pjw5ays3z6clhx8b9";
   buildDepends = [ mtl syb ];
   testDepends = [ hspec HUnit mtl syb ];
+  doCheck = false;
   meta = {
     homepage = "http://www.cis.upenn.edu/~eir/packages/th-desugar";
     description = "Functions to desugar Template Haskell";