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
The latest Hackage release has a lower bound on base >= 4.11, corresponding to GHC 8.4. However, I've recently noticed that it fails to build on 8.4 in the persistent CI.
The latest Hackage release has a lower bound on
base >= 4.11
, corresponding to GHC 8.4. However, I've recently noticed that it fails to build on 8.4 in thepersistent
CI.liftA2
is exported fromPrelude
as of GHC 9.6. These function calls were added in #279.The text was updated successfully, but these errors were encountered: