aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-haskell-src-exts/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.5.3Gabor Pali2010-01-041-1/+1
| | | | | | | | PR: ports/142296 Submitted by: Jacula Modyun <jacula(at)gmail.com> (maintainer) Notes: svn path=/head/; revision=247096
* Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension ofGabor Pali2010-01-021-0/+17
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> Notes: svn path=/head/; revision=247033