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
Supporting GHC 9.6 is harder because ListT is not only deprecated, but also removed. See #245. Probably, #253 must be merged, or we need to provide some kind of ListT in the library.
The text was updated successfully, but these errors were encountered:
Follow up to #259.
Supporting GHC 9.6 is harder because
ListT
is not only deprecated, but also removed. See #245. Probably, #253 must be merged, or we need to provide some kind ofListT
in the library.The text was updated successfully, but these errors were encountered: