Support --haddock-html-location
commitf035633fbd427977a68c3145d2ed7547ba2cbe43
authorMarcin Szamotulski <coot@coot.me>
Sun, 29 May 2022 04:19:05 +0000 (29 06:19 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 13 Jun 2022 10:12:23 +0000 (13 10:12 +0000)
treeb5e6ba1b8c5f06380e39c1c662247d294f8e87af
parentc0e6d01359bad0d7555a409a4668d1978bd16d43
Support --haddock-html-location

By passing `--haddock-html-location` one can link to haddocks to
documentation published on hackage.  However one can use it or
`--base-url`.  The latter will build self contained directory of haddock
documentation.
Cabal/src/Distribution/Simple/Setup.hs
cabal-install/src/Distribution/Client/CmdHaddockProject.hs