Commit graph

2 commits

Author SHA1 Message Date
Gabor Pali
ae534863c0 - Update to 1.5.3
PR:		ports/142296
Submitted by:	Jacula Modyun <jacula(at)gmail.com> (maintainer)
2010-01-04 04:22:57 +00:00
Gabor Pali
1469b1a8ac 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://www.cs.chalmers.se/~d00nibro/haskell-src-exts/

PR:		ports/142188
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-02 23:37:09 +00:00