[Haskell-cafe] Is there a plan for HappS and ghc-6.10.1?

2008-11-09 Thread Hugo Pacheco
Hi all, The HappS version on Hackage does not yet support ghc 6.10, since GADT pattern matching and the Exception API have changed. One sample error is: src/HAppS/Data/Xml/Base.hs:281:23: GADT pattern match with non-rigid result type `t1' Solution: add a type signature ... Adding a

Re: [Haskell-cafe] Is there a plan for HappS and ghc-6.10.1?

2008-11-09 Thread Don Stewart
hpacheco: Hi all, The HappS version on Hackage does not yet support ghc 6.10, since GADT pattern matching and the Exception API have changed. One sample error is: src/HAppS/Data/Xml/Base.hs:281:23: GADT pattern match with non-rigid result type `t1' Solution:

Re: [Haskell-cafe] Is there a plan for HappS and ghc-6.10.1?

2008-11-09 Thread Hugo Pacheco
yes, 0.9.3 is out and it has compiled ok.thanks :) hugo On Sun, Nov 9, 2008 at 7:58 PM, Don Stewart [EMAIL PROTECTED] wrote: hpacheco: Hi all, The HappS version on Hackage does not yet support ghc 6.10, since GADT pattern matching and the Exception API have changed. One