On Mon, Mar 3, 2008 at 5:41 PM, Ben Lippmeier <Ben.Lippmeier@anu.edu.au> wrote:
Hi Justin.
try: ghc -c <file> -ddump-to-file -ddump-asm
Thanks, that does it. I also tried the -keep-s-files (possibly new to
6.8) and found it produces the same output.
Justin