Merge pull request #23836 from expipiplus1/jailbreak-strict-io

Haskell Packages: jailbreak strict-io
This commit is contained in:
Domen Kožar 2017-03-13 13:27:37 +01:00 committed by GitHub
commit 609f2fefce

View file

@ -877,4 +877,8 @@ self: super: {
# https://github.com/danidiaz/streaming-eversion/issues/1
streaming-eversion = dontCheck super.streaming-eversion;
# strict-io is too cautious with it's deepseq dependency
# strict-io doesn't have a working bug tracker, the author has been emailed however.
strict-io = doJailbreak super.strict-io;
}