Re: cabal runhaskell Setup makefile

2010-11-10 Thread Duncan Coutts
On 10 November 2010 21:11, David Peixotto wrote: > The latest cabal documentation[1] indicates that I should be able to >     $ runhaskell Setup makefile > to generate a Makefile from the cabal file. Ah, sorry, the docs are out of date on that point. The docs in the darcs version have already bee

cabal runhaskell Setup makefile

2010-11-10 Thread David Peixotto
The latest cabal documentation[1] indicates that I should be able to $ runhaskell Setup makefile to generate a Makefile from the cabal file. When I try running this command I get the following: $ runhaskell Setup makefile unrecognised command: makefile (try --help) Is this command