Date: Thursday, November 9, 2017 @ 09:24:08 Author: felixonmars Revision: 265852
upgpkg: haskell-http-conduit 2.2.3.2-23 rebuild with cookie,0.4.3 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-09 09:23:10 UTC (rev 265851) +++ PKGBUILD 2017-11-09 09:24:08 UTC (rev 265852) @@ -5,11 +5,11 @@ _hkgname=http-conduit pkgname=haskell-http-conduit pkgver=2.2.3.2 -pkgrel=22 +pkgrel=23 pkgdesc="HTTP client package with conduit interface and HTTPS support" url="http://www.yesodweb.com/book/http-conduit" license=("custom:BSD3") -arch=('i686' 'x86_64') +arch=('x86_64') depends=('ghc-libs' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" "haskell-exceptions" "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
