[Haskell] error rebuilding ghc-6.4

2005-05-29 Thread vadim
Dear all, when trying to rebuild ghc-6.4 from source, I fall into following error: gcc -O -I../../includes -Wall-c Shade.c -o Shade.o gcc -O -I../../includes -Wall-c TopTwenty.c -o TopTwenty.o gcc -O -I../../includes -Wall-c TraceElement.c -o TraceElement.o gcc -O

[Haskell] Discrete event simulation

2005-05-29 Thread Bruno Martínez Aguerre
Hi. I'm wondering if there is work done about discrete event simulation in functional languages, and more specifically, Haskell DSLs. Any pointers? Regards, Bruno Martnez Conectese mas rapido y ahorre hasta un 50% Tel. 0909.2030 = $0,15 IVA incluido el minuto

[Haskell] PPrint license

2005-05-29 Thread Samuel Bronson
I was messing around with some pretty printing stuff in Pugs, and I got tired of Text.PrettyPrint.HughesPJ, and wound up wanting to use PPrint. But I don't see any license anywhere for it, so I'm naturally a bit hessitant to stick it in the Pugs svn tree... Anybody know anything about this? --

Re: [Haskell] PPrint license

2005-05-29 Thread Jaap Weel
On Sun, May 29, 2005 at 11:03:14PM -0400, Samuel Bronson wrote: I was messing around with some pretty printing stuff in Pugs, and I got tired of Text.PrettyPrint.HughesPJ, and wound up wanting to use PPrint. But I don't see any license anywhere for it, so I'm naturally a bit hessitant to stick

Re: [Haskell] HaskellForge

2005-05-29 Thread Isaac Jones
Samuel Bronson [EMAIL PROTECTED] writes: (snip) I think we might actually be suffering from the invented here syndrome, namely because we got early exposure to darcs and many of us got hooked. I kinda disagree here. Haskell people were not using sourceforge way before we had Darcs :) It

Re: [Haskell] Discrete event simulation

2005-05-29 Thread Bulat Ziganshin
Hello Bruno, Monday, May 30, 2005, 3:13:08 AM, you wrote: BMA I'm wondering if there is work done about discrete event simulation in BMA functional languages, and more specifically, Haskell DSLs. Any pointers? FP language Erlang was created especially to program phone exchanges which is close