Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtl-2.3.1 compatibility (GHC 9.6): import Control.Monad
mtl-2.3.1 removed some reexports, so `Control.Monad.Writer` does not include `Control.Monad` anymore. This patch should make happy 1.20 work with GHC 9.6 which ships with mtl-2.3.1.
- Loading branch information