RE: binary-dists for ghc-6.8.2

2008-01-05 Thread Chris Saunders
Will there be a binary release for Windows x86_64? Regards Chris Saunders ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Binary for Vista 64-bit

2007-11-11 Thread Chris Saunders
Just wondering if a binary for Vista 64-bit will be released? Regards Chris Saunders ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Generating a Windows executable

2002-11-11 Thread Chris Saunders
I discovered what my problem was.  I was not aware that the executable would be deposited into the current working directory of the command prompt.  Since the intermediate files were generated in the same folder as the source file, I assumed the .exe would go there also.  The executable wa

Building a Windows executable

2002-11-11 Thread Chris Saunders
I am new to Haskell and GHC and am using a tutorial that I found on the Web to learn.  In the tutorial it says that a command like this can be used to build an executable (Windows):   ghc --make test.hs -o test.exe   The compiler had no complaints and output 2 files:   Main.hi and test.o   T