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 available on some version of cabal? I'm using 1.8.0.2 of the library.
$ cabal --version
cabal-install version 0.8.0
using version 1.8.0.2 of the Cabal library
Thanks!