Installing documentation with cabal
18 Aug
2009
18 Aug
'09
8:29 p.m.
Is it possible to automatically (or non-automatically) install documentation when installing package with cabal-install? Regards
18 Aug
18 Aug
8:37 p.m.
It is. From command line: cabal install package --enable-documentation or add line "documentation: True" to .cabal/config or equivalent. Best regards Krzysztof Skrzętnicki On Tue, Aug 18, 2009 at 22:29, Maciej Piechotka <uzytkownik2@gmail.com>wrote:
Is it possible to automatically (or non-automatically) install documentation when installing package with cabal-install?
Regards
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
6173
Age (days ago)
6173
Last active (days ago)
2 comments
2 participants
participants (2)
-
Krzysztof Skrzętnicki -
Maciej Piechotka