disable checking on haskellngPackages.jwt

This commit is contained in:
Richard Wallace 2015-01-18 13:09:13 -07:00
parent 7abfc12a9a
commit a5a27d3949

View File

@ -134,6 +134,9 @@ self: super: {
# 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.