[Haskell-cafe] Cabal-install

Andrew Coppin andrewcoppin at btinternet.com
Mon Mar 8 12:35:35 EST 2010


Peter Robinson wrote:
> 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...)
>   

Perhaps it's My Documents\.cabal or something?

Oh no, wait a sec:

E:\> cabal --help
...
  D:\Documents and Settings\User\Application Data\cabal\config



More information about the Haskell-Cafe mailing list