haskell-http-media: enable tests

The test suite builds and runs OK since version 0.6.2.
This commit is contained in:
Robert Helgesson 2015-07-09 23:02:05 +02:00
parent 5d88acfa70
commit ac594b303d

View File

@ -217,9 +217,6 @@ self: super: {
# https://github.com/haskell/bytestring/issues/41
bytestring_0_10_6_0 = dontCheck super.bytestring_0_10_6_0;
# https://github.com/zmthy/http-media/issues/6
http-media = dontCheck super.http-media;
# tests don't compile for some odd reason
jwt = dontCheck super.jwt;