
#11579: Bug in parser for named Haddock chunks since GHC 8.0.1-rc1 -------------------------------------+------------------------------------- Reporter: SimonHengel | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1-rc2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by darchon): As I reported on the doctest github issue tracker, https://github.com/sol/doctest/issues/117, named sections using multi-line comments still work, where: {{{ {- $bar some named chunk -} }}} results in: {{{ *Extract> extractDocStrings [" some\n named chunk\n"] }}} So it's only named sections using single-line comments that seem broken. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11579#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler