2011/4/28 jutaro <j...@arcor.de>: > So its a bit like running Haddock on a package, which usually may fail, but > it is uncommon to have this kind of problems. (It happened one time before > with a type level library, which defined all integers between 1 and several > thousands...).
If a package uses template haskell, haddock can slow down substantially, as it will compile all the modules of the package rather than just typecheck them. See this ticket: http://trac.haskell.org/haddock/ticket/101 If anyone would like to work on fixing that, that'd be great of course. I don't have much time for Haddock development at the moment. David _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe