haskell-text-short: jailbreak to fix build with recent tasty-quickcheck

This commit is contained in:
Peter Simons 2017-12-19 22:43:37 +01:00
parent 5a55704605
commit 68be4071ed

View File

@ -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;
}