[106855] trunk/dports/devel/hs-json/Portfile

cal at macports.org cal at macports.org
Sun Jun 9 04:11:25 PDT 2013


Revision: 106855
          https://trac.macports.org/changeset/106855
Author:   cal at macports.org
Date:     2013-06-09 04:11:25 -0700 (Sun, 09 Jun 2013)
Log Message:
-----------
hs-json: revbump to rebuild with new GHC, update descriptions, remove unneeded dependency ncurses

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

Modified: trunk/dports/devel/hs-json/Portfile
===================================================================
--- trunk/dports/devel/hs-json/Portfile	2013-06-09 11:07:44 UTC (rev 106854)
+++ trunk/dports/devel/hs-json/Portfile	2013-06-09 11:11:25 UTC (rev 106855)
@@ -5,24 +5,23 @@
 PortGroup           haskell 1.0
 
 haskell.setup       json 0.7
-revision            1
+revision            2
+checksums           rmd160  d3f9bdb2fcd0203d394e0c97a00353662209dcba \
+                    sha256  d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3
+
 maintainers         nomaintainer
 platforms           darwin
 license             BSD
 
-description         JSON library for Haskell
+description         Support for serialising Haskell to and from JSON
 long_description    \
-    JSON (JavaScript Object Notation) is a lightweight data-interchange \
-    format. It is easy for humans to read and write. It is easy for machines \
-    to parse and generate. It is based on a subset of the JavaScript \
-    Programming Language, Standard ECMA-262 3rd Edition - December 1999. \
-    This library provides a parser and pretty printer for converting between \
-    Haskell values and JSON.
+    JSON (JavaScript Object Notation) is a lightweight data-interchange format. \
+    It is easy for humans to read and write. It is easy for machines to parse \
+    and generate. It is based on a subset of the JavaScript Programming \
+    Language, Standard ECMA-262 3rd Edition - December 1999. This library \
+    provides a parser and pretty printer for converting between Haskell values \
+    and JSON.
 
-checksums           rmd160  d3f9bdb2fcd0203d394e0c97a00353662209dcba \
-                    sha256  d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3
-
-depends_lib-append  port:ncurses \
-                    port:hs-mtl \
+depends_lib-append  port:hs-mtl \
                     port:hs-syb \
                     port:hs-parsec
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130609/4dcc1598/attachment.html>


More information about the macports-changes mailing list