[Haskell-cafe] Profiling

Andrew Coppin andrewcoppin at btinternet.com
Sun Feb 21 15:44:57 EST 2010


Daniel Fischer wrote:
> Am Sonntag 21 Februar 2010 18:22:07 schrieb Andrew Coppin:
>   
>> Oh, right. So I actually need cabal.exe to do this then?
>
> No, you can also
>
> $ ./runghc ./Setup.[l]hs configure --enable-library-profiling --user --
> prefix=$HOME/.cabal
> $ ./runghc ./Setup.[l]hs build
> $ ./runghc ./Setup.[l]hs haddock --hyperlink-source
> $ ./runghc ./Setup.[l]hs install
>
> It's just more typing.

What does the --hyperlink-source bit do? For that matter, what do --user 
and --prefix do?

> a batch file (that is the Windows analogue of a shell-script, isn't it?)].
>   

If by "analogue" you mean "thing that's similar but with approximately 
1/100th the expressive power", then yes. :-D



More information about the Haskell-Cafe mailing list