[Haskell-cafe] Re: question about "faulting in" Haskell packages ...
Ben Franksen
ben.franksen at online.de
Sun Aug 3 19:20:30 EDT 2008
david48 wrote:
> for each package you have to type (*) :
>
> runhaskell Setup.hs configure
> runhaskell Setup.hs build
> sudo runhaskell Setup.hs install
>
> (*) sometimes it'll be Setup.lhs, I'm annoyed that it's not always the
> same name, can't rely on shell history :(
Same here; my solution is to always compile it using 'ghc --make Setup'
(note the missing extension) and then ./Setup afterwards.
Cheers
Ben
More information about the Haskell-Cafe
mailing list