[109512] trunk/dports/devel/hs-utility-ht

cal at macports.org cal at macports.org
Fri Aug 16 14:50:26 PDT 2013


Revision: 109512
          https://trac.macports.org/changeset/109512
Author:   cal at macports.org
Date:     2013-08-16 14:50:26 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-utility-ht: recreate from template, update to 0.0.9 to force rebuild with new GHC

Added Paths:
-----------
    trunk/dports/devel/hs-utility-ht/Portfile

Removed Paths:
-------------
    trunk/dports/devel/hs-utility-ht/Portfile

Deleted: trunk/dports/devel/hs-utility-ht/Portfile
===================================================================
--- trunk/dports/devel/hs-utility-ht/Portfile	2013-08-16 21:44:50 UTC (rev 109511)
+++ trunk/dports/devel/hs-utility-ht/Portfile	2013-08-16 21:50:26 UTC (rev 109512)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   utility-ht 0.0.5.1
-revision        1
-license         BSD
-platforms       darwin
-maintainers     nomaintainer
-description     Various helper functions for Lists, Maybes, Tuples, Functions
-
-long_description \
-    Various small helper functions for Lists, Maybes, Tuples, Functions. Some \
-    of these functions are improved implementations of standard functions. \
-    They have the same name as their standard counterparts. The package only \
-    contains functions that do not require packages other than the base \
-    package. Thus you do not risk a dependency avalanche by importing it. \
-    However, further splitting the base package might invalidate this statement.
-
-checksums       md5     98dcb042f404378d9071fc6344703386 \
-                sha1    edff08d1fffd0fe124319f8db5afeb3f574b0899 \
-                rmd160  318428d2c7ed1939477e1b8bc0047a2580b25523
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-utility-ht/Portfile (from rev 109488, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-utility-ht/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-utility-ht/Portfile	2013-08-16 21:50:26 UTC (rev 109512)
@@ -0,0 +1,22 @@
+# -*- 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       utility-ht 0.0.9
+checksums           rmd160  c2a3b186f3bc9137a3324b38a7fd2d22e4067d2a \
+                    sha256  19696de8e1130783578b3af82390a12a2bac6a64c485cb35004d86e27897b5d4
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         Various small helper functions for Lists, Maybes, Tuples, Functions
+long_description    \
+    Various small helper functions for Lists, Maybes, Tuples, Functions. Some \
+    of these functions are improved implementations of standard functions. They \
+    have the same name as their standard counterparts. Others are equivalent to \
+    functions from the base package, but if you import them from this utility \
+    package then you can write code that runs on older GHC versions or other \
+    compilers like Hugs and JHC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/455ffc04/attachment.html>


More information about the macports-changes mailing list