Date: Sat, 2 Jan 2010 23:37:09 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-haskell-src-exts Makefile distinfo pkg-descr pkg-plist Message-ID: <201001022337.o02Nb9WI053308@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2010-01-02 23:37:09 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/hs-haskell-src-exts Makefile distinfo pkg-descr
pkg-plist
Log:
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>
Revision Changes Path
1.3736 +1 -0 ports/devel/Makefile
1.1 +78 -0 ports/devel/hs-haskell-src-exts/Makefile (new)
1.1 +3 -0 ports/devel/hs-haskell-src-exts/distinfo (new)
1.1 +17 -0 ports/devel/hs-haskell-src-exts/pkg-descr (new)
1.1 +37 -0 ports/devel/hs-haskell-src-exts/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001022337.o02Nb9WI053308>
