Re[2]: [Haskell] proposal about declaring language version and language extensions used in specific module

2005-08-10 Thread Bulat Ziganshin
Hello Ross, Wednesday, August 10, 2005, 4:24:53 AM, you wrote: RP On Tue, Aug 09, 2005 at 03:37:01PM -0700, John Meacham wrote: I thought there was talk of a standardized {-# LANGUAGE ... #-} pragma somewhere.. but I can't seem to find it. RP

[Haskell] proposal about declaring language version and language extensions used in specific module

2005-08-09 Thread Bulat Ziganshin
Hello all. i have a proposal about declaring language version and language extensions used in specific module PROBLEM: 1) Haskell 2.0 may be slightly incompatible with Haskell 98. at least, new records extension will, afaik, lead to that H'98 (old) programs can't be compiled with Haskell 2.0

Re: [Haskell] proposal about declaring language version and language extensions used in specific module

2005-08-09 Thread John Meacham
I thought there was talk of a standardized {-# LANGUAGE ... #-} pragma somewhere.. but I can't seem to find it. John -- John Meacham - ⑆repetae.net⑆john⑈ ___ Haskell mailing list Haskell@haskell.org

Re: [Haskell] proposal about declaring language version and language extensions used in specific module

2005-08-09 Thread Ross Paterson
On Tue, Aug 09, 2005 at 03:37:01PM -0700, John Meacham wrote: I thought there was talk of a standardized {-# LANGUAGE ... #-} pragma somewhere.. but I can't seem to find it. http://www.haskell.org//pipermail/haskell/2003-September/012692.html