Date: Sunday, September 18, 2016 @ 15:30:23 Author: felixonmars Revision: 189915
upgpkg: haskell-http-client-tls 0.3.3-1 rebuild with http-client-tls-0.3.3 Modified: haskell-http-client-tls/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-18 14:32:36 UTC (rev 189914) +++ PKGBUILD 2016-09-18 15:30:23 UTC (rev 189915) @@ -4,7 +4,7 @@ _hkgname=http-client-tls pkgname=haskell-http-client-tls -pkgver=0.3.2 +pkgver=0.3.3 pkgrel=1 pkgdesc="http-client backend using the connection package and tls library" url="https://github.com/snoyberg/http-client" @@ -11,10 +11,10 @@ license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" "haskell-cryptonite" - "haskell-data-default-class" "haskell-http-client" "haskell-http-types" "haskell-memory" - "haskell-network" "haskell-tls") + "haskell-data-default-class" "haskell-exceptions" "haskell-http-client" + "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('224a7df397c7b78d43bcce9ac2754e97dde26613369f6e0557b62dfcff238307') +sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
