I'm lost. I do not get how I generate docs locally with cabal. What I want is cabal install gtk3 which does generate the documenation also. Or well if that does not work how to I generate the docs locally?
I've put that into my .config file from cabal: -- documentation: True
But do not good end, no docs to be found
I guess it's simple thing I simply do no see....
Ok with the help of some comments I got a bit further. Anyway cabal just does a local install for me as user and it gives me a warning that global is not recommended. Here I found https://wiki.haskell.org/Cabal-Install
what I'm supposed to to for global installation and the like, but if I'm not using it I get warnings about that global should not be used and even with documentation set do documentation: True I do not get an update for the haskell Platform docs.
So I'm not supposed to use cabal for a global installation of files?