forked from mirrors/nixpkgs
haskell-curlhs: disable failing test suite
This commit is contained in:
parent
f26b51e00e
commit
0a85cee798
|
@ -823,4 +823,7 @@ self: super: {
|
|||
# https://github.com/kolmodin/binary/issues/74
|
||||
binary_0_7_4_0 = dontCheck super.binary_0_7_4_0;
|
||||
|
||||
# https://github.com/kkardzis/curlhs/issues/6
|
||||
curlhs = dontCheck super.curlhs;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue