haskell-src-exts: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
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
Template Haskell
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.
| Versions | 0.2.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.7, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.4.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.4.4.1, 0.4.5, 0.4.6, 0.4.8, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 1.0.0, 1.0.1 |
|---|---|
| Dependencies | array (>=0.1), base (>=4), cpphs (>=1.3), pretty (>=1.0) |
| License | BSD3 |
| Author | Niklas Broberg |
| Maintainer | Niklas Broberg <nibro@cs.chalmers.se> |
| Stability | Stable |
| Category | Language |
| Home page | http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/ |
| Upload date | Thu Jan 8 12:59:42 UTC 2009 |
| Uploaded by | NiklasBroberg |
| Built on | ghc-6.10 |
Modules
- Language
Downloads
- haskell-src-exts-0.4.8.tar.gz (Cabal source package)
- package description (included in the package)
