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:43:37 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commit68be4071ed9c6c1a909399f9a7cad2351733dd7a (patch)
tree05f103cf0581cbe791edabbef019582a891bf6d8 /pkgs/development/haskell-modules
parent5a55704605b718fbdc597005d5c68802655295b2 (diff)
downloadnixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar.gz
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar.bz2
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar.lz
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar.xz
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.tar.zst
nixlib-68be4071ed9c6c1a909399f9a7cad2351733dd7a.zip
haskell-text-short: jailbreak to fix build with recent tasty-quickcheck
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 acdbd77c3c9a..9f2b7de6038e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -987,5 +987,6 @@ self: super: {
   cryptohash-sha256 = doJailbreak super.cryptohash-sha256;
   cryptohash-sha1 = doJailbreak super.cryptohash-sha1;
   cryptohash-md5 = doJailbreak super.cryptohash-md5;
+  text-short = doJailbreak super.text-short;
 
 }