[haddock] #101: haddock-2.4.2 shipped with ghc-6.10.2 is extremely slow
haddock
haddock at projects.haskell.org
Mon Jun 29 05:58:43 EDT 2009
#101: haddock-2.4.2 shipped with ghc-6.10.2 is extremely slow
-------------------+--------------------------------------------------------
Reporter: maeder | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.5.0
Version: | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by nominolo):
Interpreted mode works as long as no module needs certain features that
are not supported by interpreted mode. This includes FFI exports and
unboxed tuples (and perhaps something else which I forgot). There's a
flag that forces modules to be compiled, but last time I tested this it
didn't work completely as expected; I forgot the details.
Unfortunately, I don't know of a good way to detect which files will need
code, because we only find out which functions are used during Template
Haskell code execution.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/101#comment:10>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list