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 (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 (new HSP/HSX release imminent).
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 |
|---|---|
| Dependencies | array (>=0.1), base (>=3), pretty (>=1.0) or base (<3) |
| License | BSD3 |
| Author | Niklas Broberg |
| Maintainer | Niklas Broberg <nibro@cs.chalmers.se> |
| Stability | Experimental |
| Category | Language |
| Home page | http://code.haskell.org/HSP/haskell-src-exts |
| Upload date | Sun Jul 13 05:29:55 PDT 2008 |
| Uploaded by | NiklasBroberg |
| Build failure | ghc-6.8 (log) |
Modules
- Language
- Haskell
- Language.Haskell.Exts
- Language.Haskell.Exts.Build
- Language.Haskell.Exts.Parser
- Language.Haskell.Exts.Pretty
- Language.Haskell.Exts.Syntax
- Language.Haskell.Exts
- Haskell
Downloads
- haskell-src-exts-0.3.5.tar.gz (Cabal source package)
- package description (included in the package)
