Skip to content
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

Support mtl >= 2.3 #1451

Merged
merged 5 commits into from
Dec 5, 2022
Merged

Support mtl >= 2.3 #1451

merged 5 commits into from
Dec 5, 2022

Conversation

parsonsmatt
Copy link
Collaborator

@parsonsmatt parsonsmatt commented Dec 5, 2022

Tested locally by forcing mtl == 2.3.1 in the constraints. Appears to work OK.

persistent-redis has an upper bound, but hedis itself can't work. Pending informatikr/hedis#190 PR.

Before submitting your PR, check that you've:

  • Documented new APIs with Haddock markup
  • Added @since declarations to the Haddock
  • Ran stylish-haskell on any changed files.
  • Adhered to the code style (see the .editorconfig file for details)

After submitting your PR:

  • Update the Changelog.md file with a link to your PR
  • Bumped the version number if there isn't an (unreleased) on the Changelog
  • Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts)

@@ -24,7 +24,7 @@ library
, bytestring >= 0.10.8 && < 0.12
, hedis >= 0.9
, http-api-data
, mtl >= 2.2.1 && < 2.3
, mtl >= 2.2.1 && < 2.4
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revision published

@parsonsmatt parsonsmatt merged commit 946892b into master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant