The haskell-src-exts package
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.
Properties
| 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, 1.1.0, 1.1.1, 1.1.3, 1.1.3.1, 1.1.4, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.6.1, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.10.0, 1.10.1, 1.10.2, 1.11.1 |
|---|---|
| Dependencies | array (≥0.1), base (≥4), pretty (≥1.0) |
| 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 | Fri Nov 14 12:43:25 UTC 2008 |
| Uploaded by | NiklasBroberg |
| Build failure | ghc-6.12 (log), ghc-7.0 (log) |
| Distributions | Fedora: 1.11.1, NixOS: 1.11.1, Debian: 1.11.1, FreeBSD: 1.11.1 |
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.12.tar.gz (Cabal source package)
- package description (included in the package)