Support mtl-2.3
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Starting from mtl-2.3
liftM
is no longer re-exported from Control.Monad
by Control.Monad.Writer.Strict
. A simple backward-compatible fix is to replace liftM
with fmap
.
Cf. ghc!9370 (closed), ghc#21587 (closed) and https://github.com/haskell/haddock/pull/1535
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.