Ticket #171 (new defect)
haddock fails to parse {- # ... #-} (note the space) pragma
| Reported by: | slyfox | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.9.2 | Keywords: | |
| Cc: |
Description
The problem was found on xmonad-0.9.2 haddock failure.
Minimal complete test looks as such:
$ haddock Fail.hs
Fail.hs:1:3: parse error on input `#'
$ cat Fail.hs
{- # OPTIONS_GHC -fglasgow-exts #-}
module Fail where
Reproducible with haddock-2.7.2 and 2.9.2.
Change History
Note: See
TracTickets for help on using
tickets.
