tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
956 stars 83 forks source link

Add Ormolu.Terminal.QualifiedDo to the list of modules #988

Closed mrkkrp closed 1 year ago

mrkkrp commented 1 year ago

It would be nice, do you know why we have -Wno-missing-home-modules in the first place?

github-actions[bot] commented 1 year ago

🚀 Deployed on https://4efef746eb2410d5af036ad27e511226138f319a--ormolu-live.netlify.app

amesgen commented 1 year ago

It would be nice, do you know why we have -Wno-missing-home-modules in the first place?

Git blame points to

https://github.com/tweag/ormolu/blob/9a3d872e33fc57b93686c9cd38d27c24e349ad5c/ormolu.cabal#L124-L125

and https://github.com/haskell/haddock/issues/1116 seems to have been fixed in all GHC/Haddock versions we use.