haskell-tls: disable test suite to fix the build

This commit is contained in:
Peter Simons 2015-02-03 16:21:01 +01:00
parent 86db6789ef
commit 3b06dbf63c

View file

@ -150,6 +150,9 @@ self: super: {
# Upstream notified by e-mail.
permutation = dontCheck super.permutation;
# https://github.com/vincenthz/hs-tls/issues/102
tls = dontCheck super.tls;
# https://github.com/jputcu/serialport/issues/25
serialport = dontCheck super.serialport;