Date: Monday, March 21, 2022 @ 03:12:37 Author: felixonmars Revision: 1166571
upgpkg: haskell-wai-app-static 3.1.7.4-2: rebuil with memory 0.17.0 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 03:11:43 UTC (rev 1166570) +++ PKGBUILD 2022-03-21 03:12:37 UTC (rev 1166571) @@ -4,7 +4,7 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static pkgver=3.1.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="WAI application for static serving" url="https://www.yesodweb.com/book/web-application-interface" license=("MIT") @@ -22,7 +22,7 @@ cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$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-print runhaskell Setup build $MAKEFLAGS
