Modify some comments that steal haddock syntax#256
Modify some comments that steal haddock syntax#256deech merged 1 commit intohaskell:masterfrom georgefst:master
Conversation
|
Come to think of it, it probably wouldn't take much of a modification to the CI to stop these issues from creeping back in. |
|
Hi, I just came across this problem too while enabling haddock for all my dependencies (for Haskell Language Server display of dependencies doc). Can this PR please be considered and merged? Thank you! |
|
FYI until this is merged, I use the following in my extra-deps:
- git: git@github.com:georgefst/c2hs.git
commit: e457b27727f17599cb61d646039019ca24acbbef |
|
Yeah, likewise I have: in several |
|
I believe this will be much less of an issue with GHC 9.0, as these errors will be rightly downgraded to warnings. But hopefully somebody is able to merge this soon anyway, since it's about as trivial a patch as possible. |
|
Oh no! I didn't get a notification for this any of the other PRs and issues in this project until you just @'ed me directly. Merging this now. |
|
@deech Ha, I've been there before, somehow - Github works in mysterious ways. Thanks for the quick response! |
|
Thank you! |
Some comments unfortunately began with
*. In most cases, this was being used for bullet lists, where adding an extra space is more consistent with the rest of the comment block anyway.Fixes #253, fixes #229.