[114505] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 14:31:38 PST 2013


Revision: 114505
          https://trac.macports.org/changeset/114505
Author:   cal at macports.org
Date:     2013-12-09 14:31:38 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-aeson, dependency of pandoc update

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

Added Paths:
-----------
    trunk/dports/devel/hs-aeson/

Modified: trunk/dports/devel/hs-aeson/Portfile
===================================================================
--- trunk/dports/devel/hs-pandoc-types/Portfile	2013-12-07 13:11:29 UTC (rev 114403)
+++ trunk/dports/devel/hs-aeson/Portfile	2013-12-09 22:31:38 UTC (rev 114505)
@@ -4,18 +4,25 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       pandoc-types 1.10
-revision            4
-checksums           rmd160  9ff6d263ddbb2394533ce258782024b62017d9ed \
-                    sha256  e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5
+haskell.setup       aeson 0.6.2.1
+checksums           rmd160  ac3d7bb17f8110b2deb2633896b5c00c3cfa4b73 \
+                    sha256  cbcee6956d0a3cfc45073b6c160e9c412c3dfad0f36ec71d6044a391f108ca01
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL-2+
+license             BSD
 
-description         Types for representing a structured document
+description         Fast JSON parsing and encoding
 long_description    \
-    This package contains definitions for the Pandoc data structure, which is \
-    used by pandoc to represent structured documents.
+    A JSON parsing and encoding library optimized for ease of use and high performance.
 
-depends_lib-append  port:hs-syb
+depends_lib-append  \
+                    port:hs-attoparsec \
+                    port:hs-blaze-builder \
+                    port:hs-dlist \
+                    port:hs-hashable \
+                    port:hs-mtl \
+                    port:hs-syb \
+                    port:hs-text \
+                    port:hs-unordered-containers \
+                    port:hs-vector
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/feccd8af/attachment.html>


More information about the macports-changes mailing list