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

Add support for GHC 9.4 #421

Closed
wants to merge 1 commit into from
Closed

Add support for GHC 9.4 #421

wants to merge 1 commit into from

Conversation

donatello
Copy link

Resolves #420

Checklist:

HLint

  • I've changed the exposed interface (add new reexports, remove reexports, rename reexported things, etc.).
    • I've updated hlint.dhall accordingly to my changes (add new rules for the new imports, remove old ones, when they are outdated, etc.).
    • I've generated the new .hlint.yaml file (see this instructions).

General

  • I've updated the CHANGELOG with the short description of my latest changes.
  • All new and existing tests pass.
  • I keep the code style used in the files I've changed (see style-guide for more details).
  • I've used the stylish-haskell file.
  • My change requires the documentation updates.
    • I've updated the documentation accordingly.
  • I've added the [ci skip] text to the docs-only related commit's name.

@donatello donatello requested a review from vrom911 as a code owner September 21, 2022 18:26
@alexbiehl
Copy link
Contributor

Would also be great if Relude could re-export the ~ operator for max. Ghc-9.4 compatibility.

@LaurentRDC
Copy link

LaurentRDC commented Nov 5, 2022

Could it be that the build plan fails because the version bound on doctest should be doctest ^>= 0.20.0? Otherwise, not sure why the solver isn't picking doctest-0.20.1

@ju1m ju1m mentioned this pull request Jan 21, 2023
@avh4 avh4 mentioned this pull request Feb 11, 2023
1 task
@vrom911
Copy link
Member

vrom911 commented Mar 1, 2023

Thanks a lot!
This was done in #433

@vrom911 vrom911 closed this Mar 1, 2023
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.

Add support for GHC 9.4
4 participants