If I do a cabal build
on my library, then change a file, the next time I run cabal build
, I only have to recompile files affected by the changes. I'm not getting the same behavior with the cabal haddock
command: when I run it after changing a file, cabal/haddock ends up throwing out all of the previous work and starting from scratch. This is rather time consuming; is there a way to get differential updates to documentation?
Here's a dump of the command cabal issues to generate the documentation.