Date: Sunday, August 16, 2020 @ 05:19:32 Author: felixonmars Revision: 680695
upgpkg: haskell-http-client 0.7.1-36: rebuild with math-functions 0.3.4.1 Modified: haskell-http-client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-16 05:18:32 UTC (rev 680694) +++ PKGBUILD 2020-08-16 05:19:32 UTC (rev 680695) @@ -4,7 +4,7 @@ _hkgname=http-client pkgname=haskell-http-client pkgver=0.7.1 -pkgrel=35 +pkgrel=36 pkgdesc="An HTTP client engine" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -20,7 +20,7 @@ prepare() { cd $_hkgname-$pkgver # https://github.com/postmanlabs/httpbin/issues/617 - sed -i 's|http://httpbin.org/redirect-to|http://127.0.0.1:5000/redirect-to|' test/Network/HTTP/ClientSpec.hs + sed -i 's|http://httpbin.org/redirect-to|http://127.0.0.1:42162/redirect-to|' test/Network/HTTP/ClientSpec.hs } build() { @@ -38,7 +38,7 @@ check() { cd $_hkgname-$pkgver - pifpaf run httpbin -- runhaskell Setup test + pifpaf run httpbin --port 42162 -- runhaskell Setup test } package() {
