mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ae534863c0
PR: ports/142296 Submitted by: Jacula Modyun <jacula(at)gmail.com> (maintainer)
18 lines
635 B
Plaintext
18 lines
635 B
Plaintext
Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of
|
|
the standard haskell-src package, and handles most registered 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. All extensions implemented in GHC are supported.
|
|
Apart from these standard extensions, it also handles regular patterns as
|
|
per the HaRP extension as well as HSX-style embedded XML syntax.
|
|
|
|
WWW: http://code.haskell.org/haskell-src-exts/
|