[Haddock] [haddock] #156: No documentation created without explicit export list
haddock
haddock at projects.haskell.org
Mon Oct 18 10:36:26 EDT 2010
#156: No documentation created without explicit export list
---------------------+------------------------------------------------------
Reporter: jutaro | Owner:
Type: defect | Status: new
Priority: critical | Milestone:
Version: 2.8.0 | Keywords:
---------------------+------------------------------------------------------
Write a Module:
"module A where
test = 1"
Do:
> haddock A.hs -h
Result is:
"
A
Produced by Haddock version 2.6.1
"
test is in the index,
but not in the module.
Haddock 2.8.1 tested on Linux and Windows
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/156>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list