Re: [Haskell-cafe] Happy, GLR and GHC 6.6

2007-06-15 Thread Iván Pérez Domínguez
I'm not familiar with darcs. Shall I use darcs --whatsnew for it? darcs record pick the changes you wnat type a patch name darcs send select your patch No need to attach files, figure out the right email address, etc. Stefan Thanks. Iván.

Re: [Haskell-cafe] Happy, GLR and GHC 6.6

2007-06-14 Thread Iván Pérez Domínguez
Stefan O'Rear wrote: On Thu, Jun 14, 2007 at 12:38:27AM +0200, Iván Pérez Domínguez wrote: Hi everyone, As we all know, FiniteMap was deprecated, and with GHC-6.6 Data.Map must be used instead. Some function names in Data.Map clash with names in prelude, and Map is usually imported

Re: [Haskell-cafe] Happy, GLR and GHC 6.6

2007-06-14 Thread Stefan O'Rear
On Thu, Jun 14, 2007 at 11:31:23AM +0200, Iván Pérez Domínguez wrote: Stefan O'Rear wrote: On Thu, Jun 14, 2007 at 12:38:27AM +0200, Iván Pérez Domínguez wrote: Hi everyone, As we all know, FiniteMap was deprecated, and with GHC-6.6 Data.Map must be used instead. Some function

[Haskell-cafe] Happy, GLR and GHC 6.6

2007-06-13 Thread Iván Pérez Domínguez
Hi everyone, As we all know, FiniteMap was deprecated, and with GHC-6.6 Data.Map must be used instead. Some function names in Data.Map clash with names in prelude, and Map is usually imported qualified. Happy generates GLR parsers (-l), but the templates it uses keep calling FiniteMap

Re: [Haskell-cafe] Happy, GLR and GHC 6.6

2007-06-13 Thread Stefan O'Rear
On Thu, Jun 14, 2007 at 12:38:27AM +0200, Iván Pérez Domínguez wrote: Hi everyone, As we all know, FiniteMap was deprecated, and with GHC-6.6 Data.Map must be used instead. Some function names in Data.Map clash with names in prelude, and Map is usually imported qualified. Happy