Date: Saturday, March 12, 2022 @ 11:11:52 Author: felixonmars Revision: 1149815
upgpkg: haskell-http-client 0.7.11-1: rebuild with http-client 0.7.11 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-12 11:09:12 UTC (rev 1149814) +++ PKGBUILD 2022-03-12 11:11:52 UTC (rev 1149815) @@ -3,18 +3,19 @@ _hkgname=http-client pkgname=haskell-http-client -pkgver=0.7.10 -pkgrel=15 +pkgver=0.7.11 +pkgrel=1 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-case-insensitive' - 'haskell-cookie' 'haskell-http-types' 'haskell-iproute' 'haskell-mime-types' - 'haskell-network' 'haskell-network-uri' 'haskell-random' 'haskell-streaming-commons') -makedepends=('ghc' 'haskell-async' 'haskell-hspec' 'haskell-monad-control' 'haskell-zlib') +depends=('ghc-libs' 'haskell-async' 'haskell-base64-bytestring' 'haskell-blaze-builder' + 'haskell-case-insensitive' 'haskell-cookie' 'haskell-http-types' 'haskell-iproute' + 'haskell-mime-types' 'haskell-network' 'haskell-network-uri' 'haskell-random' + 'haskell-streaming-commons') +makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-monad-control' 'haskell-zlib') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('14e56ecec5a91a1fe600e9da999e8a0bc226b41475908ea3d83b6b2e61807120f16ce105d42361e24e8fc28052d0457a51facdf92e5882fefa5a7a8c126d7270') +sha512sums=('0c01961e66c71636ff2628851151a788aaf941155d50a9f20b01a2e065ca7a8218ab4867b24e7cfb434aaa9b9178f727d950017870540e0bce91fffdcc374852') build() { cd $_hkgname-$pkgver
