
Hello, I have forgotten the runhaskell CLI parameters ... sigh. In particular I want to a "local" build of a set of of package: runhaskell Setup.hs configure --user??? I just did a "runhaskell -?" which didn't tell me a lot! Kind regards, Vasili

On May 5, 2009, at 23:39 , Vasili I. Galchin wrote:
I have forgotten the runhaskell CLI parameters ... sigh. In particular I want to a "local" build of a set of of package:
runhaskell Setup.hs configure --user???
That's not an option to runhaskell, but an option to Setup.hs. runhaskell Setup.hs configure --help to see what options you can use with the configure command. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH

"Vasili I. Galchin"
Hello,
I have forgotten the runhaskell CLI parameters ... sigh. In particular I want to a "local" build of a set of of package:
runhaskell Setup.hs configure --user???
I just did a "runhaskell -?" which didn't tell me a lot!
Try runhaskell Setup.hs --help. runhaskell's help isn't very useful here, because the program you're interested in is actually Setup.hs.

On Tue, 2009-05-05 at 22:39 -0500, Vasili I. Galchin wrote:
Hello,
I have forgotten the runhaskell CLI parameters ... sigh. In particular I want to a "local" build of a set of of package:
runhaskell Setup.hs configure --user???
I just did a "runhaskell -?" which didn't tell me a lot!
You may prefer to upgrade to the 'cabal' command line program which replaces the "runhaskell Setup.hs" command line interface. Duncan
participants (4)
-
Brandon S. Allbery KF8NH
-
Duncan Coutts
-
mail@justinbogner.com
-
Vasili I. Galchin