kowainik / relude

🌀 Safe, performant, user-friendly and lightweight Haskell standard library
https://kowainik.github.io/projects/relude
MIT License
701 stars 80 forks source link

Add support for GHC 9.4 #421

Closed donatello closed 1 year ago

donatello commented 2 years ago

Resolves #420

Checklist:

HLint

General

alexbiehl commented 2 years ago

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

LaurentRDC commented 2 years ago

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

vrom911 commented 1 year ago

Thanks a lot! This was done in #433