Ticket #133 (closed defect: worksforme)
Long comments at the top of a module
| Reported by: | McManiaC | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: | johan.tibell@… |
Description
Long comments at the top of a module (before the module ... where ... part) will cause Haddock to fail with the error:
src/System/Event/PSQ.hs:1:0:
File name does not match module name:
Saw: `Main'
Expected: `System.Event.PSQ'
If you put the comment between the module and the imports you'll get another error:
dist/build/tmp9407/src/System/Event/PSQ.hs:91:0:
parse error on input `import'
Tested with the latest darcs build.
Change History
Note: See
TracTickets for help on using
tickets.
