Date: Saturday, May 23, 2020 @ 21:53:44 Author: felixonmars Revision: 632632
upgpkg: haskell-wai-middleware-static 0.8.3-31: rebuild with tasty 1.3.1 Modified: haskell-wai-middleware-static/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 21:52:26 UTC (rev 632631) +++ PKGBUILD 2020-05-23 21:53:44 UTC (rev 632632) @@ -4,7 +4,7 @@ _hkgname=wai-middleware-static pkgname=haskell-wai-middleware-static pkgver=0.8.3 -pkgrel=30 +pkgrel=31 pkgdesc="WAI middleware that serves requests to static files" url="https://github.com/scotty-web/wai-middleware-static" license=("BSD") @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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
