Date: Tuesday, March 20, 2018 @ 07:48:27 Author: felixonmars Revision: 309503
upgpkg: haskell-http 4000.3.11-1 rebuild with HTTP,4000.3.11 Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-20 07:44:03 UTC (rev 309502) +++ PKGBUILD 2018-03-20 07:48:27 UTC (rev 309503) @@ -4,8 +4,8 @@ _hkgname=HTTP pkgname=haskell-http -pkgver=4000.3.10 -pkgrel=3 +pkgver=4000.3.11 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -16,7 +16,7 @@ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit' 'haskell-conduit-extra') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('47b9919606adc6ee2aaa73a8097ec8da418efe16c6ebbfcb66b6e686f4bbb35771719f275340a993750b5c4d2d0130e3dc691ceef562cfde58e3d8e14fbf81a2') +sha512sums=('3c8624fd92f6fa16f128c7d7e4614fba0f95b31714c0dd6ca3e564bb9c3295ec34a952eca91d642b5c46470923ba506ec8234bbb6a67593a00f4c8b50e97aac9') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -24,7 +24,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -f-mtl1 -f-warn-as-error -f-network23 -f-conduit10 -fwarp-tests -fnetwork-uri + -f-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -fnetwork-uri runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
