[106859] trunk/dports/devel/hs-dlist/Portfile

cal at macports.org cal at macports.org
Sun Jun 9 04:29:10 PDT 2013


Revision: 106859
          https://trac.macports.org/changeset/106859
Author:   cal at macports.org
Date:     2013-06-09 04:29:10 -0700 (Sun, 09 Jun 2013)
Log Message:
-----------
hs-dlist: revbump to rebuild with new GHC, switch to new checksum types, update descriptions

Modified Paths:
--------------
    trunk/dports/devel/hs-dlist/Portfile

Modified: trunk/dports/devel/hs-dlist/Portfile
===================================================================
--- trunk/dports/devel/hs-dlist/Portfile	2013-06-09 11:26:01 UTC (rev 106858)
+++ trunk/dports/devel/hs-dlist/Portfile	2013-06-09 11:29:10 UTC (rev 106859)
@@ -5,17 +5,16 @@
 PortGroup           haskell 1.0
 
 haskell.setup       dlist 0.5
-revision            1
-maintainers         nomaintainer
-homepage            http://code.haskell.org/~dons/code/dlist/
-description         Differences lists: a list-like type supporting O(1) append
-long_description    \
-    Differences lists: a list-like type supporting O(1) append. This is \
-    particularly useful for efficient logging and pretty printing, (e.g. \
-    with the Writer monad), where list append quickly becomes too expensive.
+revision            2
+checksums           rmd160  9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4 \
+                    sha256  4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea
 
+maintainers         nomaintainer
 platforms           darwin
-checksums           md5     54f6c18ff689b7ef54e3229dc4a94107 \
-                    sha1    846252c657e838daf9b401b35d94a3c2619e18e9 \
-                    rmd160  9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4
 license             BSD
+
+description         Differences lists
+long_description    \
+    Differences lists: a list-like type supporting O(1) append. This is \
+    particularly useful for efficient logging and pretty printing, (e.g. with \
+    the Writer monad), where list append quickly becomes too expensive.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130609/22ed3eda/attachment.html>


More information about the macports-changes mailing list