[haddock] #101: haddock-2.4.2 shipped with ghc-6.10.2 is extremely slow
haddock
haddock at projects.haskell.org
Tue Apr 21 08:37:47 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 maeder):
The problem may be related to the above mentioned template haskell file or
the underlying HAIFA and syp-generics packages, because without it
(by adding "`cpp-options: -DNOMATHSERVER`" and compiling only 428 files),
haddock is fast:
{{{
maeder at leibniz:~/Hets> time cabal haddock --executables
Preprocessing executables for Hets-0.94...
Running Haddock for Hets-0.94...
Warning: The documentation for the following packages are not installed.
No
links will be generated to these packages: HAIFA-0.12, regex-
compat-0.71.0.1,
rts-1.0, syb-generics-2.9
Warning: OWL.Namespace: could not find link destinations for:
OWL.Namespace.TranslationMap
Warning: Comorphisms.PPolyTyConsHOL2IsaUtils: could not find link
destinations for:
Comorphisms.PPolyTyConsHOL2IsaUtils.Simplifier
Warning: GUI.GraphAbstraction: could not find link destinations for:
GUI.GraphAbstraction.OurGraph
Warning: Static.AnalysisLibrary: could not find link destinations for:
Static.AnalysisLibrary.LNS
Documentation created: dist/doc/html/Hets/hets/index.html
real 0m35.475s
user 0m34.674s
sys 0m0.776s
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/101#comment:5>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list