haskell-cafe  

Re: [Haskell-cafe] First go at reactive programming

Conal Elliott
Fri, 18 Jan 2008 22:31:20 -0800

Hi Steve,

Thanks for letting me know about the LANGUAGE problem.  Yes, I used
6.8-friendly (6.6-unfriendly) LANGUAGE pragmas.  In retrospect, probably not
such a great idea, since there seem to be many folks still on 6.6.

I just changed the sources (commenting out the LANGUAGE pragmas and
inserting -fglasgow-exts pragmas), darcs-pushed, and put a new version (0.3)
on hackage.  Please give it another try.

Cheers, - Conal

On Jan 18, 2008 7:58 PM, Steve Lihn <[EMAIL PROTECTED]> wrote:

> Tried to install reactive-0.2 on GHC-6.6, but failed.
>
> Building reactive-0.2...
> src/Data/Reactive.hs:1:13: cannot parse LANGUAGE pragma
>
> Is the package for GHC 6.8? Is there an older version (0.0?) for GHC
> 6.6 that I can play with your example? (Or advise how to hack that
> file to get it work on 6.6)
>
> Thanks,
> Steve
>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe