mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Haskell Packages: jailbreak strict-io
This commit is contained in:
parent
beb2a2f63d
commit
0867ac9963
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user