[Haskell-cafe] Cabal-install
Peter Robinson
thaldyron at gmail.com
Mon Mar 8 11:57:15 EST 2010
On 8 March 2010 17:51, Andrew Coppin <andrewcoppin at btinternet.com> wrote:
> Anyway, can anybody tell me how I can change the default settings so that I
> get profiling libraries built by default, and Haddock documentation built by
> default?
>
> (I'm on Windows, in case that makes a difference...)
# cabal install --help
shows you options like:
--enable-library-profiling Enable Library profiling
--enable-documentation Enable building of documentation
If you want these settings permanently you need to locate your config
file (I don't know where it is on Windows...)
Peter
More information about the Haskell-Cafe
mailing list