Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-haskell-src-exts
From: Ryosuke Moro
Date: 2015-01-28 19:46:53
Message id: 20150128184653.E530B98@cvs.netbsd.org
Log Message:
Import haskell-src-exts-1.16.0.1 as devel/hs-haskell-src-exts,
packaged for wip by pho.
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.
Files: