The latest version of haskell-src-exts is 1.23.1-0.

haskell-src-exts

Version 0.3.7 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Description

Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including:

  • Multi-parameter type classes with functional dependencies

  • Indexed type families (including associated types)

  • Empty data declarations

  • GADTs

  • Implicit parameters (ghc and hugs style)

  • Template Haskell (now works with GHC 6.4+ syntax)

and a few more. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax.

For details on usage, please see the website.

Author
Niklas Broberg
Bug reports
n/a
Category
Language
Copyright
n/a
Homepage
http://code.haskell.org/HSP/haskell-src-exts
Maintainer
Niklas Broberg <nibro@cs.chalmers.se>
Package URL
n/a
Stability
Experimental

Components