summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-19 22:49:40 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8 (patch)
tree63e51867da116afda58d132673a757a54226fc12 /pkgs/development/haskell-modules
parent68be4071ed9c6c1a909399f9a7cad2351733dd7a (diff)
downloadnixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar.gz
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar.bz2
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar.lz
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar.xz
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.tar.zst
nixlib-48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8.zip
haskell-int-cast: jailbreak to fix build with QuickCheck 2.10+
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9f2b7de6038e..c459c0d9484a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -982,6 +982,7 @@ self: super: {
   blaze-markup = doJailbreak super.blaze-markup;
   blaze-html = doJailbreak super.blaze-html;
   attoparsec = dontCheck super.attoparsec;      # 1 out of 67 tests fails
+  int-cast = doJailbreak super.int-cast;
 
   # Needs tasty-quickcheck ==0.8.*, which we don't have.
   cryptohash-sha256 = doJailbreak super.cryptohash-sha256;