
19 Jun
2007
19 Jun
'07
9:56 a.m.
On 18 jun 2007, at 18.31, Jaap Weel wrote:
If you want to install into a nonstandard directory, do
runhaskell Setup.hs configure --prefix /bla/di/bla
Are you sure this works? I think it is important that there be no whitespace between flag and parameter:
runhaskell Setup.hs configure --prefix=/bla/di/bla
/ Thomas