
21 Feb
2010
21 Feb
'10
3:44 p.m.
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