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.
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
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- haskell-src-exts-0.3.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.