I frequently work in places in which I have no internet access. I am also about to move to a place in which I will have minimal internet access. Having documentation locally on my system is absolutely invaluable to me.
Using straight cabal, I'm able to do that just by enabling the documentation
option in the configuration file.
How can I get the same effect with cabal-dev? Specifically, when I install a package using cabal-dev, I want the package documentation to be generated and the index.html file for the project's documentation directory to be updated to include that package.
update: My question is basically a duplicate of documentation for cabal-install configuration file