[114547] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:44:37 PST 2013


Revision: 114547
          https://trac.macports.org/changeset/114547
Author:   cal at macports.org
Date:     2013-12-09 18:44:37 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-http-conduit, dependency of hs-dav

Modified Paths:
--------------
    trunk/dports/devel/hs-http-conduit/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-http-conduit/

Modified: trunk/dports/devel/hs-http-conduit/Portfile
===================================================================
--- trunk/dports/devel/hs-hs3/Portfile	2013-12-10 00:21:27 UTC (rev 114519)
+++ trunk/dports/devel/hs-http-conduit/Portfile	2013-12-10 02:44:37 UTC (rev 114547)
@@ -4,26 +4,26 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       hS3 0.5.8
-checksums           rmd160  82996f787cee572605c76a1780f0ebeeec80902a \
-                    sha256  759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
+haskell.setup       http-conduit 2.0.0.2
+checksums           rmd160  038df9ca59fbb39372243c964488d41f938e5d16 \
+                    sha256  dcc346858074733bd8b7c4989d7a91d5ebd58d581c840e0ef45db6bc86b1fc7a
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Interface to Amazon's Simple Storage Service (S3)
+description         HTTP client package with conduit interface and HTTPS support
 long_description    \
-    This is the Haskell S3 library. It provides an interface to Amazon's Simple \
-    Storage Service (S3), allowing Haskell developers to reliably store and \
-    retrieve arbitrary amounts of data from anywhere on the Internet.
+    This package uses conduit for parsing the actual contents of the HTTP \
+    connection. It also provides higher-level functions which allow you to \
+    avoid directly dealing with streaming data. See \
+    http://www.yesodweb.com/book/http-conduit for more information.
 
-depends_lib-append  port:hs-crypto \
-                    port:hs-dataenc \
-                    port:hs-http \
-                    port:hs-hxt \
-                    port:hs-missingh \
-                    port:hs-network \
-                    port:hs-random \
-                    port:hs-regex-compat \
-                    port:hs-utf8-string
+depends_lib-append  port:hs-conduit \
+                    port:hs-http-client \
+                    port:hs-http-client-conduit \
+                    port:hs-http-client-tls \
+                    port:hs-http-types \
+                    port:hs-lifted-base \
+                    port:hs-resourcet \
+                    port:hs-transformers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/11a93f05/attachment.html>


More information about the macports-changes mailing list