-
Notifications
You must be signed in to change notification settings - Fork 109
update some outdated packages #994
New issue
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
update some outdated packages #994
Conversation
pact.cabal
Outdated
, trifecta >= 2.1 | ||
, unordered-containers >= 0.2.7.2 && <= 0.2.15.0 | ||
, unordered-containers >= 0.2.7.2 && <= 0.2.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change affects JSON serialization and breaks backward compatibility of hashes, even with hashable-1.3.0.0
. :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unordered-containers-2.16.0.0
breaks backward compatibility. I think it is this change the causes it.
pact.cabal
Outdated
, neat-interpolation >= 0.4 | ||
, optparse-applicative >= 0.12.1.0 && < 0.16 | ||
, optparse-applicative >= 0.12.1.0 && < 0.18 | ||
, sbv >= 8.8 && <9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sbv-9.0
seems to work fine.
I guess, I'll give up on my crusade against meaningless upper bounds in cabal files... Everybody seems to be fine with this kind of PRs...