disable tests on http-media

This commit is contained in:
Richard Wallace 2015-01-17 16:49:16 -07:00
parent d2c4421d74
commit 7abfc12a9a

View File

@ -132,6 +132,8 @@ self: super: {
# https://github.com/haskell/bytestring/issues/41 # https://github.com/haskell/bytestring/issues/41
bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1; bytestring_0_10_4_1 = dontCheck super.bytestring_0_10_4_1;
# https://github.com/zmthy/http-media/issues/6
http-media = dontCheck super.http-media;
} }
// { // {
# Not on Hackage yet. # Not on Hackage yet.