disable checking on haskellngPackages.jwt
This commit is contained in:
parent
7abfc12a9a
commit
a5a27d3949
@ -134,6 +134,9 @@ self: super: {
|
|||||||
|
|
||||||
# https://github.com/zmthy/http-media/issues/6
|
# https://github.com/zmthy/http-media/issues/6
|
||||||
http-media = dontCheck super.http-media;
|
http-media = dontCheck super.http-media;
|
||||||
|
|
||||||
|
# tests don't compile for some odd reason
|
||||||
|
jwt = dontCheck super.jwt;
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
# Not on Hackage yet.
|
# Not on Hackage yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user