Date: Monday, June 19, 2017 @ 18:32:01 Author: felixonmars Revision: 238727
upgpkg: haskell-http-conduit 2.2.3.1-45 rebuild with http-client-tls,0.3.5.1 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 18:30:17 UTC (rev 238726) +++ PKGBUILD 2017-06-19 18:32:01 UTC (rev 238727) @@ -5,12 +5,12 @@ _hkgname=http-conduit pkgname=haskell-http-conduit pkgver=2.2.3.1 -pkgrel=44 +pkgrel=45 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') -depends=("ghc" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" "haskell-exceptions" +depends=('ghc' "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") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
