id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
196,--ignore-all-exports does not produce documentation for non-exported identifiers anymore,SimonHengel,,"Steps to reproduce:

Run {{{haddock -h -o doc --ignore-all-exports Foo.hs}}} on this source.

{{{
module Foo (foo) where

-- | documentation for foo
foo :: Int
foo = 23

-- | documentation for bar
bar :: Int
bar = 23
}}}

With 2.10.0 this will include the type signature of bar in the generated out, but not the actual documentation.",defect,closed,major,,,fixed,,
