[109533] trunk/dports/devel/hs-polyparse
cal at macports.org
cal at macports.org
Fri Aug 16 16:25:14 PDT 2013
Revision: 109533
https://trac.macports.org/changeset/109533
Author: cal at macports.org
Date: 2013-08-16 16:25:14 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-polyparse: recreate from template, update to 1.9, rebuild with new GHC
Added Paths:
-----------
trunk/dports/devel/hs-polyparse/Portfile
Removed Paths:
-------------
trunk/dports/devel/hs-polyparse/Portfile
Deleted: trunk/dports/devel/hs-polyparse/Portfile
===================================================================
--- trunk/dports/devel/hs-polyparse/Portfile 2013-08-16 23:21:37 UTC (rev 109532)
+++ trunk/dports/devel/hs-polyparse/Portfile 2013-08-16 23:25:14 UTC (rev 109533)
@@ -1,26 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem 1.0
-PortGroup haskell 1.0
-
-haskell.setup polyparse 1.8
-license LGPL-2.1
-maintainers nomaintainer
-platforms darwin
-
-description A variety of alternative parser combinator \
- libraries.
-long_description A variety of alternative parser combinator \
- libraries, including the original HuttonMeijer set. \
- The Poly sets have features like good error \
- reporting, arbitrary token type, running state, \
- lazy parsing, and so on. Finally, Text.Parse is \
- a proposed replacement for the standard Read class, \
- for better deserialisation of Haskell values from \
- Strings.
-
-checksums rmd160 33c45af0fd8e91c4cfffdec2a8cfd2f6d578ca94 \
- sha256 96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922
-
-depends_lib-append port:hs-text
Copied: trunk/dports/devel/hs-polyparse/Portfile (from rev 109529, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-polyparse/Portfile (rev 0)
+++ trunk/dports/devel/hs-polyparse/Portfile 2013-08-16 23:25:14 UTC (rev 109533)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup haskell 1.0
+
+haskell.setup polyparse 1.9
+checksums rmd160 07be0c999d94f1f5d914528b40fb3a601788141b \
+ sha256 9f12d6821594166af881941d6c346a6ad617eae18a0ee8659044ef163694708a
+
+license LGPL-2.1
+maintainers cal openmaintainer
+platforms darwin
+
+description A variety of alternative parser combinator libraries
+long_description \
+ A variety of alternative parser combinator libraries, including the \
+ original HuttonMeijer set. The Poly sets have features like good error \
+ reporting, arbitrary token type, running state, lazy parsing, and so on. \
+ Finally, Text.Parse is a proposed replacement for the standard Read class, \
+ for better deserialisation of Haskell values from Strings.
+
+depends_lib-append port:hs-text
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/ec8ca0c9/attachment-0001.html>
More information about the macports-changes
mailing list