You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: there is ghc-9.10 for a while, but we don't
support it for several reasons.
Solution:
1. Ignore foldl' import from Prelude in one module if GHC version
is 9.10 or newer. This export was added to Prelude in base-4.20.
2. Add 9.10.1 to tested-with.
3. Update the CI config accordingly. 9.6 is still considered
as the main version (as it's used in the latest LTS resolver), so
we use it for 3 OS.
The fix is quite simple: arybczak@c96a371
I didn't make a PR because I'll let you decide whether you want to use
-Wno-dodgy-imports
or useCPP
to silence the warning in lower GHC versions 🙂The text was updated successfully, but these errors were encountered: