[109532] trunk/dports/devel/hs-pointedlist

cal at macports.org cal at macports.org
Fri Aug 16 16:21:37 PDT 2013


Revision: 109532
          https://trac.macports.org/changeset/109532
Author:   cal at macports.org
Date:     2013-08-16 16:21:37 -0700 (Fri, 16 Aug 2013)
Log Message:
-----------
hs-pointedlist: update to 0.4.0.4, recreate from template, force rebuild with GHC 7

Added Paths:
-----------
    trunk/dports/devel/hs-pointedlist/Portfile

Removed Paths:
-------------
    trunk/dports/devel/hs-pointedlist/Portfile

Deleted: trunk/dports/devel/hs-pointedlist/Portfile
===================================================================
--- trunk/dports/devel/hs-pointedlist/Portfile	2013-08-16 23:16:27 UTC (rev 109531)
+++ trunk/dports/devel/hs-pointedlist/Portfile	2013-08-16 23:21:37 UTC (rev 109532)
@@ -1,28 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   pointedlist 0.3.5
-revision        1
-platforms       darwin
-maintainers     nomaintainer
-license         BSD
-description     A zipper-like comonad which works as a list, tracking a position
-
-long_description \
-    A PointedList tracks the position in a non-empty list which works \
-    similarly to a zipper. A current item is always required, and therefore \
-    the list may never be empty. A circular PointedList wraps around to the \
-    other end when progressing past the actual edge.
-
-checksums       md5     6391623147784d855978854c7e0719d7 \
-                sha1    a3717128427c0eff84ca1b2c535c5345d92237a0 \
-                rmd160  bfadebed587d707f9653f8378a8abe2bffd9d531
-
-depends_build-append \
-    port:hs-binary \
-    port:hs-data-accessor
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-pointedlist/Portfile (from rev 109522, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-pointedlist/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-pointedlist/Portfile	2013-08-16 23:21:37 UTC (rev 109532)
@@ -0,0 +1,24 @@
+# -*- 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       pointedlist 0.4.0.4
+checksums           rmd160  84a930040389d79ed300c2389b2f1cd40bdd9b59 \
+                    sha256  69bced0457627a75682151e19e17b58a1f2acb8577cdccc2a1f0ae6d32e9dbdb
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         A zipper-like comonad which works as a list, tracking a position.
+long_description    \
+    A PointedList tracks the position in a non-empty list which works similarly \
+    to a zipper. A current item is always required, and therefore the list may \
+    never be empty. A circular PointedList wraps around to the other end when \
+    progressing past the actual edge.
+
+depends_lib-append  port:hs-binary \
+                    port:hs-derive \
+                    port:hs-fclabels
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130816/116ff202/attachment.html>


More information about the macports-changes mailing list