1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 1.4.1.10

- Use the new options framework

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-08-03 03:19:34 +00:00
parent 7d1a98a679
commit 3626b10ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301919
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= http-conduit
PORTVERSION= 1.4.1.7
PORTVERSION= 1.4.1.10
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org

View File

@ -1,2 +1,2 @@
SHA256 (cabal/http-conduit-1.4.1.7.tar.gz) = 4e0818e07db84b5f9eb2ff6846e6929f730c0ed0280359a4e760e8e107f8712c
SIZE (cabal/http-conduit-1.4.1.7.tar.gz) = 26778
SHA256 (cabal/http-conduit-1.4.1.10.tar.gz) = 01e0f720c003866ff71af1f2dc85ffcfd29fe3eb59f9d2f1a87b13f817094028
SIZE (cabal/http-conduit-1.4.1.10.tar.gz) = 27076

View File

@ -1,5 +1,5 @@
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to
avoid direct usage of enumerators.
avoid direct usage of conduits.
WWW: http://www.yesodweb.com/book/http-conduit