Date: Thursday, October 6, 2022 @ 09:57:42 Author: felixonmars Revision: 1321860
upgpkg: haskell-wreq 0.5.3.3-264: rebuild with lens-aeson 1.2.1 Modified: haskell-wreq/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-06 09:57:34 UTC (rev 1321859) +++ PKGBUILD 2022-10-06 09:57:42 UTC (rev 1321860) @@ -3,7 +3,7 @@ _hkgname=wreq pkgname=haskell-wreq pkgver=0.5.3.3 -pkgrel=263 +pkgrel=264 pkgdesc="An easy-to-use HTTP client library." url="https://github.com/bos/wreq" license=('BSD') @@ -34,7 +34,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --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 + -f-doctest -f-aws -fhttpbin -f-developer runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script