Date: Monday, March 21, 2022 @ 03:29:17 Author: felixonmars Revision: 1166627
upgpkg: haskell-wreq 0.5.3.3-181: rebuil with memory 0.17.0 Modified: haskell-wreq/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:29:10 UTC (rev 1166626) +++ PKGBUILD 2022-03-21 03:29:17 UTC (rev 1166627) @@ -3,7 +3,7 @@ _hkgname=wreq pkgname=haskell-wreq pkgver=0.5.3.3 -pkgrel=180 +pkgrel=181 pkgdesc="An easy-to-use HTTP client library." url="https://github.com/bos/wreq" license=('BSD') @@ -25,7 +25,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -fdoctest -f-aws -fhttpbin -f-developer runhaskell Setup build $MAKEFLAGS