(no subject)

2005-06-16 Thread Amit rohatgi
hello all, I am new to using ghc . I want to install DARSC and for that i need GHC .. I dont have any old version of Ghc already on the comp so i need the *.hc files from any version 6-?-? to compile ghc. till now i havent been able to locate those files. Please help me to find these files. Hopin

(no subject)

2007-01-31 Thread TFP 2007
Dear Colleagues, Apologies in advance for the "p.m." ommission. This is a kind reminder that the deadline for extended abstract submissions to TFP 2007 is tomorrow, Feb. 1 at 11:59 p.m. EST. We are also pleased to announce that the TFP 2007 invited speaker is John McCarthy, Stanford Universit

(no subject)

2007-02-05 Thread Tays Soares
Hello everyone, 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

No Subject

1997-03-03 Thread Aik Hui
Hi, I wondered as I wandered out under the sky... ... if I perform a simple compilation without any flags at all, will there be a default strictness analysis pass to transform: sum [] s = s sum (x:xs) s = sum xs (x+s) to: sum [] s = s sum (x:xs) s = case (x+s) of

No Subject

1997-05-30 Thread Byron Cook
Hi, I'm profiling with ghc-2.03. Is there a way of removing some of the extranious information provided in the COST CENTRE. Fields in the cost center are restricted to 16 characters and the actual function names are being truncated. for example: COST CENTRE MODULE scc %time

No Subject

1999-11-17 Thread Simon Marlow
and Simon Marlow (of Erlang type-system fame -- ICFP'97) will join up. And there'll be several research students joining the fun. X-Mozilla-Status: 0001 Content-Length: 5321 And there's you! Several of you have been extraordinarily helpful this year, identifying bugs, suggesting fixes, and putti

No Subject

1998-04-23 Thread Simon L Peyton Jones
> What is the status of the lastest release (3.01) with respect to Unicode > support? Is it possible to write source in Unicode? How wide are > characters? Do the I/O library functions support it? etc. I don't believe that we've done anything much about Unicode support. If it's important to

No Subject

1999-03-26 Thread Dion McMurtrie
I don't know whether this is me or ghc, but I am getting something that I consider wierd happening when trying to compile a program. The program executes correctly when interpreted by Hugs, but when I attempt to compile it with ghc I get the following error message - trial.lhs:12: Variable not

No Subject

2000-02-25 Thread alavaro ubiria
My Name is William Uruguay Montevideo South America   Y have a lot of manuals and program about Hakell and more   Y like verimach y have Hugs and few manuals printed but   20  and more time y have dowload ghc but dont work it It is posibilite to have with a cdroom ym  pay for these veri go

No Subject

2000-04-17 Thread Simon Marlow
Sergey writes: > You compile the following program for several minutes, with -Onot. > But is it really a hard business to parse them 40 expressions below, > of which e1 is the largest one? > I need this as just reading of the input data for other program. I tried to reconstruct your example

No Subject

2000-08-18 Thread Pretty9
i wonder if u coul write the following program for me. i couldn't get mine to work so i wanna check -- As we know, SOCOG's effort at allocating the Olympic tickets has been rather

No Subject

2000-08-18 Thread Pretty9
i wonder if u coul write the following program for me. i couldn't get mine to work so i wanna check. my email address is   [EMAIL PROTECTED] -- As we know, SOCOG's effort at alloc

No Subject

2000-08-18 Thread Kevin Glynn
Tell you what, why don't you show us yours and *then* we'll think of showing you ours. k Pretty9 writes: > i wonder if u coul write the following program for me. i couldn't get mine to work >so i wanna check. my email address is [EMAIL PROTECTED] > >---

(no subject)

2001-11-19 Thread Chen Yu
hi, there i am compiling ghc with a c library doing cryptology. however i notic there are conflicts on the definitions of these functions: MD5Init MD5Update MD5Final is there any way to remove them from ghc? many thanks! -- regards, chenyu __

(no subject)

2001-12-16 Thread mailer . daemon

(no subject)

2001-12-19 Thread mailer . daemon

(no subject)

2002-10-24 Thread C.Reinke
> 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 -packa

[no subject]

2003-11-01 Thread andrew
3 Importance: Normal a follow-up to close (hopefully) this thread. i couldn't repeat the error on other platforms (windows + rh9) and started to become suspicious that my system was unstable (it's been rock solid for years). first suspect was the kernel, but compiling a kernel triggered another

[no subject]

2013-01-29 Thread Iavor Diatchki
Hello, I was just doing some work with Template Haskell and I noticed that the AST does not have support for record puns and wild-cards. I know that these could be desugared into ordinary record patterns but I think that it would be more convenient for users (and also more consistent with the res

(no subject)

2008-09-05 Thread Mitchell, Neil
Hi Claus, 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 se

[no subject]

2011-05-02 Thread hsing-chou chen
http://www.buonviaggioitaly.com/modules/mod_osdonate/myhome.html ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: (no subject)

2005-06-16 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)

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 functio

Re: (no subject)

2007-02-05 Thread Seth Kurtzberg
GHC has profiling support. (By the way, many mail servers these days discard mail with no subject.) I've seen a number of papers comparing the speed of Haskell code to code of other functional languages; there is a periodic "shoot out" with ocaml. Some probably have comparisons

Re: (no subject)

2007-02-06 Thread Cristian Perfumo
lt;[EMAIL PROTECTED]> wrote: GHC has profiling support. (By the way, many mail servers these days discard mail with no subject.) I've seen a number of papers comparing the speed of Haskell code to code of other functional languages; there is a periodic "shoot out" with ocaml.

Res: (no subject)

2007-02-08 Thread Tays Soares
EMAIL PROTECTED]>; glasgow-haskell-users@haskell.org Enviadas: Terça-feira, 6 de Fevereiro de 2007 8:21:23 Assunto: Re: (no subject) Hi Tays, If I understood correctly, if your compiler generates Haskell code, then later on you should compile this code (with GHC, for example) and running it implie

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, bu

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

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 s

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 s

Re: time profiling (was: (no subject))

2007-02-05 Thread Kirsten Chevalier
On 2/5/07, Tays Soares <[EMAIL PROTECTED]> wrote: Hello everyone, 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 fi

Re: time profiling (was: (no subject))

2007-02-05 Thread Kirsten Chevalier
On 2/5/07, Kirsten Chevalier <[EMAIL PROTECTED]> wrote: On 2/5/07, Tays Soares <[EMAIL PROTECTED]> wrote: > > > > Hello everyone, > > 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'

Re: md5 entry points (was: (no subject))

2001-11-20 Thread Sigbjorn Finne
e when linking. --sigbjorn - Original Message - From: "Chen Yu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 01:34 Subject: (no subject) > hi, there >i am compiling ghc with a c library doing cryptology. however i notic &