Merge pull request #5818 from purefn/master
disable tests on haskellngPackages.http-media and jwt
This commit is contained in:
commit
486ee12f77
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user