"Nicholas Andrews" <[EMAIL PROTECTED]> writes:

> $ runhaskell blah.cabal configure

blah.cabal isn't a Haskell file, you need a file Setup.hs that you can
'runhaskell'.  Setup.hs need only contain the following three lines:

#!/usr/bin/env runhaskell
import Distribution.Simple
main = defaultMain

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to