[64982] trunk/dports/devel
nox at macports.org
nox at macports.org
Thu Mar 18 16:32:16 PDT 2010
Revision: 64982
http://trac.macports.org/changeset/64982
Author: nox at macports.org
Date: 2010-03-18 16:32:16 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-haskell-src-exts
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.
Added Paths:
-----------
trunk/dports/devel/hs-haskell-src-exts/
trunk/dports/devel/hs-haskell-src-exts/Portfile
Added: trunk/dports/devel/hs-haskell-src-exts/Portfile
===================================================================
--- trunk/dports/devel/hs-haskell-src-exts/Portfile (rev 0)
+++ trunk/dports/devel/hs-haskell-src-exts/Portfile 2010-03-18 23:32:16 UTC (rev 64982)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup haskell 1.0
+
+haskell.setup haskell-src-exts 1.8.2
+license BSD-3
+platforms darwin
+categories devel
+maintainers nox openmaintainer
+description Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
+
+long_description \
+ 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.
+
+checksums md5 ef24815fd1f08e3d90448a52c648f629 \
+ sha1 ba2dad5ab2e0fdc7fe3ad6ccf3852da9a5b0915b \
+ rmd160 b065c95b9181e4342202a0546f7f445afcb863d3
+
+depends_build-append \
+ port:cpphs \
+ port:hs-platform-happy
+
+configure.args-append \
+ --docdir=${prefix}/share/doc/${name}
+
+universal_variant no
Property changes on: trunk/dports/devel/hs-haskell-src-exts/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/2035b8b7/attachment.html>
More information about the macports-changes
mailing list