[Haskell-cafe] why is haddock so slow

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Fri Nov 7 17:44:18 UTC 2014


> ... running profiled Haddock executable ...

how exactly do I do this? I can build haddock like this:

cabal install --enable-executable-profiling haddock

and then, in my project,

cabal haddock --haddock-options='+RTS -p -h -RTS'

results in this error:

haddock: dist/build/tmp-22236/src/Inter/Wert.hs:1:14-28: You can't use
Template Haskell with a profiled compiler

- J.W.




More information about the Haskell-Cafe mailing list