about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-19 22:15:18 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit2a097c9c02d8e1dea61a56babde34ba7e74f4ea4 (patch)
tree421c0676cd9315ca0d7feb97132e24ad8627a318 /pkgs
parent91a864f3d7534a35e04bba210be3f9c42fe6df78 (diff)
downloadnixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar.gz
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar.bz2
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar.lz
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar.xz
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.tar.zst
nixlib-2a097c9c02d8e1dea61a56babde34ba7e74f4ea4.zip
haskell-blaze-html: jailbreak to fix build with QuickCheck 2.10+
Diffstat (limited to 'pkgs')
-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 2bfbaf27a166..acdbd77c3c9a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -980,6 +980,7 @@ self: super: {
   # Needs QuickCheck <2.10, which we don't have.
   edit-distance = doJailbreak super.edit-distance;
   blaze-markup = doJailbreak super.blaze-markup;
+  blaze-html = doJailbreak super.blaze-html;
   attoparsec = dontCheck super.attoparsec;      # 1 out of 67 tests fails
 
   # Needs tasty-quickcheck ==0.8.*, which we don't have.