Date: Tuesday, May 19, 2020 @ 22:08:45 Author: felixonmars Revision: 630264
upgpkg: haskell-wreq 0.5.3.2-194: rebuild with tasty-golden 2.3.3.3 Modified: haskell-wreq/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 22:06:48 UTC (rev 630263) +++ PKGBUILD 2020-05-19 22:08:45 UTC (rev 630264) @@ -3,7 +3,7 @@ _hkgname=wreq pkgname=haskell-wreq pkgver=0.5.3.2 -pkgrel=193 +pkgrel=194 pkgdesc="An easy-to-use HTTP client library." url="https://github.com/bos/wreq" license=('BSD') @@ -28,7 +28,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fdoctest -f-aws -fhttpbin -f-developer - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
