[Haskell-cafe] question about "faulting in" Haskell packages ...

Niklas Broberg niklas.broberg at gmail.com
Sat Aug 2 15:46:34 EDT 2008


> 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 :(

That's why you should always write e.g. 'runhaskell Setup configure',
since runhaskell is clever enough to figure out the suffix for you.
:-)

Cheers,

/Niklas


More information about the Haskell-Cafe mailing list