haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 241 forks source link

Support mtl-2.3 #1535

Closed Bodigrim closed 1 year ago

Bodigrim commented 1 year ago

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.

Kleidukos commented 1 year ago

Thanks!

Bodigrim commented 1 year ago

Did I target the wrong branch? Should it be ghc-head instead of main?