<div dir="ltr"><div><div><div><div>I've got a sandbox set up to build a local copy of Haddock documentation for various packages I'm using.<br><br></div>Is there a way to get Cabal to just run Haddock and not actually build the packages in question? If the haddock program needs the compiled definitions then no, but I'm getting the impression it just runs over the raw sources.<br><br></div>The config file I'm using at the moment is a very simple:<br><br>$ cat cabal.config <br>Documentation: True<br>$<br><br></div>which is doing the trick to get Haddock run, I'm just wondering if there's ActualBuild: False equivalent?<br><br></div>AfC<br><br></div>