id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
138,Malformed or missing comments in files with #line directive,jmillikin,,"Using an example file with #line directives:

{{{
module Test(Data(..), func) where

#line 40 ""test.cpphs""
-- | data 'Data'
data Data = Data

#line 30 ""test.cpphs""
-- | Function 'func'

#line 20 ""test.cpphs""
func :: Data
func = Data
}}}

The documentation for {{{foo}}} will be rendered attached to {{{Data}}}. I feel this is incorrect, as {{{func :: Data}}} is the next line after {{{-- | Function 'func'}}}.

There's no 2.7.2 version available, so I'm leaving that field blank.",defect,new,major,,,,,haskell.org@…
