Re: (no subject)

2008-09-05 Thread Claus Reinke
Hi Neil, I was reading your instructions on the GHC wiki page, http://hackage.haskell.org/trac/ghc/wiki/Building/Windows, and they are wonderful - exactly what I wanted. However, they don't work. When downloading Cygwin you are told to add haskell.org/ghc/cygwin as a path so it can pick up the

Re: (no subject)

2007-02-05 Thread Neil Mitchell
Hi Tays, I did at my master thesis a compiler that generates Haskell code. Now I need to measure the execution time of my generated code and I've been searched and I don't know if I'm looking with the wrong keywords but I could not find anything. I just need to measure the time of simple

Re: (no subject)

2005-06-17 Thread Ketil Malde
Amit rohatgi [EMAIL PROTECTED] writes: I want to install DARSC and for that i need GHC .. What architecture? Isn't there a pre-packaged binary version available that you can use? I dont have any old version of Ghc already on the comp so i need the *.hc files from any version 6-?-? to

RE: (no subject)

2002-11-04 Thread Simon Marlow
I'd argue that -package is a global option and should stay that way. The only reason you might want to disable -package for certain modules and not others is if you want to do some tricks with module shadowing - and this definitely isn't supported in GHC. You should pass the same

RE: (no subject)

2001-11-26 Thread Simon Marlow
i use green-card with ghc's FFI export to sth like Haskell - C -- Haskell the program is just arithmatic operations. the program seg fault in the callback from C to Haskell. anyone whether it is a bug? There aren't any known bugs, but there

RE: (no subject)

2001-11-26 Thread Yu Chen
hi, i've found the reason with someone's help. it is because i used %code instead of safecode in the gc file where i did callback. thanks! chenyu -- Original Message -- From: Simon Marlow [EMAIL PROTECTED] Date: Mon, 26 Nov 2001 09:42:39 -