Merge pull request #5818 from purefn/master

disable tests on haskellngPackages.http-media and jwt
This commit is contained in:
Peter Simons 2015-01-18 21:17:33 +01:00
commit 486ee12f77

View File

@ -129,6 +129,11 @@ self: super: {
# https://github.com/haskell/bytestring/issues/41
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;
# tests don't compile for some odd reason
jwt = dontCheck super.jwt;
}
// {
# Not on Hackage yet.