id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc
25,"recognize haddock marker following ""{- """,maeder,Baughn,"Currently only ""{-|"" or ""{-^"" are recognized by `haskell-font-lock.el`.
I think it is more orthogonal to line comments (started by ""-- "") to expect a blank after ""{-"", too.

line 509 should be adjusted to:

{{{
(or (looking-at ""\\(-- \\|{-\\|{- \\)[|^]"")
}}}
",task,new,major,other,,,,
