Closed RyanGlScott closed 1 year ago
mtl-2.3 no longer re-exports Control.Monad from Control.Monad.State, so we must address this by explicitly importing some things from Control.Monad.
mtl-2.3
Control.Monad
Control.Monad.State
I also noticed that the test suite does not currently build with GHC 9.2.7, so I added a fix for that in a separate commit.
Thanks!
mtl-2.3
no longer re-exportsControl.Monad
fromControl.Monad.State
, so we must address this by explicitly importing some things fromControl.Monad
.I also noticed that the test suite does not currently build with GHC 9.2.7, so I added a fix for that in a separate commit.