1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-08-17 00:40:27 +03:00

Remove note about Haddock parsing being more strict

This has not been true since GHC 9.0:

 - https://gitlab.haskell.org/ghc/ghc/-/issues/23379
 - https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11127
This commit is contained in:
Alexander Esgen 2023-08-23 21:31:33 +02:00 committed by Mark Karpov
parent f94567aa2d
commit 2bb1816276

View File

@ -279,8 +279,6 @@ It follows [PVP](https://pvp.haskell.org/) starting from the version
works only in simple cases when CPP conditionals surround top-level
declarations. See the [CPP][design-cpp] section in the design notes for a
discussion of the dangers.
* Input modules should be parsable by Haddock, which is a bit stricter
criterion than just being valid Haskell modules.
## Running on Hackage