Generic Classes?

2000-12-21 Thread George Russell
Are Generic classes going to be in 4.08.2, and if not when are they likely to be in a binary release? I have a potential application, though I can manage without them for the time being. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://w

Re: GHC Command Line Help

2000-12-21 Thread George Russell
"Steinitz, Dominic J" wrote: > > I was experimenting with using FiniteMap. The program compiled ok but the linker >gave me the following error. What do I need to include on the command line or have I >not installed ghc correctly? > > [dom@lhrtba8fd85 FiniteMap]$ /usr/bin/ghc -o main test.o -L/

Re: GHC Command Line Help

2000-12-21 Thread Steinitz, Dominic J
Sorry. It's obviously -fglasgow-exts. I didn't realise it did things at the linking stage as well as the compilation stage. Dominic Steinitz 21/12/2000 16:30:15 To: glasgow-haskell-users cc: Chris.Reade djrussell B.Avery dominic molyneux bcc: Subject: GHC Command Line

GHC Command Line Help

2000-12-21 Thread Steinitz, Dominic J
I was experimenting with using FiniteMap. The program compiled ok but the linker gave me the following error. What do I need to include on the command line or have I not installed ghc correctly? [dom@lhrtba8fd85 FiniteMap]$ /usr/bin/ghc -o main test.o -L/usr/lib/ghc-4.08.1 - lHSlang -lHSdata /u

Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Reuben Thomas
> ANNOUNCING Happy 1.9 - The LALR(1) Parser Generator for Haskell > - A Windows InstallShield package is available at http://www.haskell.org/happy/dist/1.9/happy-1-9.exe -- http://sc3d.org/rrt/ | egrep, n. a bird that debugs

RE: The Set type

2000-12-21 Thread Simon Marlow
George Russell wrote: > A minor quibble I know, but every time I use sets I want to > add/subtract single elements > to/from them. There is no function provided for doing this, > so instead you have to do > union/delete with a singleton set constructed from the > element. Done. Set now has

Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Manuel M. T. Chakravarty
Simon Marlow <[EMAIL PROTECTED]> wrote, > ANNOUNCING Happy 1.9 - The LALR(1) Parser Generator for Haskell > - A RedHat 7.0/i386 rpm package is available at ftp://ftp.cse.unsw.edu.au/pub/users/chak/jibunmaki/i386/happy-1.9-1.i38