Who maintains haskell-src?

Ross Paterson ross at soi.city.ac.uk
Fri Apr 29 11:23:59 EDT 2005


That would be me, I guess.

On Fri, Apr 29, 2005 at 05:12:48PM +0200, Niklas Broberg wrote:
> The reason I ask is my haskell-src-exts
> (http://www.cs.chalmers.se/~d00nibro/haskell-src-exts) library that
> extends the haskell-src modules with support for syntactic extensions.
> I believe this functionality is something that most users of
> haskell-src are interested in, so perhaps it might be a good idea to
> actually add my extensions to the standard package. It won't be this
> very minute since there are some issues, but if I get a clearance I'll
> make an effort to work them out.

Sounds like a great idea.  There have been a few changes to
haskell-src since you started that will need reconciling.
I'd also like to parameterize the parser over the Extensions
type currently in Distribution.Extension (maybe it should move to
Language.Haskell.Extension) so that users could selectively enable
extensions.  I'd also like to merge the lexer and parser of the arrow
preprocessor into haskell-src.


More information about the Libraries mailing list