haskell-tls: disable test suite to fix the build
This commit is contained in:
parent
86db6789ef
commit
3b06dbf63c
@ -150,6 +150,9 @@ self: super: {
|
|||||||
# Upstream notified by e-mail.
|
# Upstream notified by e-mail.
|
||||||
permutation = dontCheck super.permutation;
|
permutation = dontCheck super.permutation;
|
||||||
|
|
||||||
|
# https://github.com/vincenthz/hs-tls/issues/102
|
||||||
|
tls = dontCheck super.tls;
|
||||||
|
|
||||||
# https://github.com/jputcu/serialport/issues/25
|
# https://github.com/jputcu/serialport/issues/25
|
||||||
serialport = dontCheck super.serialport;
|
serialport = dontCheck super.serialport;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user