Date: Monday, March 21, 2022 @ 03:11:32 Author: felixonmars Revision: 1166569
upgpkg: haskell-warp 3.3.20-12: rebuil with memory 0.17.0 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 02:53:18 UTC (rev 1166568) +++ PKGBUILD 2022-03-21 03:11:32 UTC (rev 1166569) @@ -4,7 +4,7 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.3.20 -pkgrel=11 +pkgrel=12 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -23,7 +23,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 \ -f-warp-debug -fallow-sendfilefd -f-network-bytestring runhaskell Setup build $MAKEFLAGS
