Date: Tuesday, July 5, 2016 @ 06:16:49 Author: felixonmars Revision: 182279
upgpkg: haskell-http-conduit 2.2.0-1 rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7 Modified: haskell-http-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-05 06:16:41 UTC (rev 182278) +++ PKGBUILD 2016-07-05 06:16:49 UTC (rev 182279) @@ -4,18 +4,17 @@ _hkgname=http-conduit pkgname=haskell-http-conduit -pkgver=2.1.11 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 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=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" - "haskell-data-default-class" "haskell-exceptions" "haskell-http-client" - "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base" +depends=("ghc=8.0.1" "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=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('75df5c0515080a09b4cdc73a759523b10265a692ff50beb964766d4f8dcf0d7f') +sha256sums=('ba3dbc20b8be238386928405af52cadb33c0c8bdf0f3e97236a4b958a5a09510') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
