haskell-src-exts: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer. http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The port has been committed with minor nits. Thank you!