#11579: Bug in parser for named Haddock chunks since GHC 8.0.1-rc1 -------------------------------------+------------------------------------- Reporter: SimonHengel | Owner: thomie Type: bug | Status: new Priority: high | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc2 (Parser) | Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #10398 | Differential Rev(s): Phab:D1935 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"6350eb1126e29b93829de688623c91b772f6d9eb/ghc" 6350eb1/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="6350eb1126e29b93829de688623c91b772f6d9eb" Handle multiline named haddock comments properly Fixes #10398 in a different way, thereby also fixing #11579. I inverted the logic of the Bool argument to "worker", to hopefully make it more self-explanatory. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D1935 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11579#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler