We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defaultHackageSecurityConfig
FromJSON
HackageSecurityConfig
From pantry-0.1.1.0, the FromJSON instance for WithJSONWarnings HackageSecurityConfig has included:
pantry-0.1.1.0
WithJSONWarnings HackageSecurityConfig
hscIgnoreExpiry <- o ..:? "ignore-expiry" ..!= True
However, inconsistently, the defaultHackageSecurityConfig has remained including:
, hscIgnoreExpiry = False
I think the default should be be changed to be consistent with the changed approach to the FromJSON instance. I will raise a pull request accordingly.
The text was updated successfully, but these errors were encountered:
e2f55c2
Merge pull request #63 from commercialhaskell/fix62
bcda170
Fix #62 Change `defaultHackageSecurityConfig` to be consistent
No branches or pull requests
From
pantry-0.1.1.0
, theFromJSON
instance forWithJSONWarnings HackageSecurityConfig
has included:However, inconsistently, the
defaultHackageSecurityConfig
has remained including:I think the default should be be changed to be consistent with the changed approach to the
FromJSON
instance. I will raise a pull request accordingly.The text was updated successfully, but these errors were encountered: