Date: Tuesday, May 19, 2020 @ 21:58:43 Author: felixonmars Revision: 630250
upgpkg: haskell-wai-handler-launch 3.0.3.1-52: rebuild with tasty-golden 2.3.3.3 Modified: haskell-wai-handler-launch/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 21:58:01 UTC (rev 630249) +++ PKGBUILD 2020-05-19 21:58:43 UTC (rev 630250) @@ -4,7 +4,7 @@ _hkgname=wai-handler-launch pkgname=haskell-wai-handler-launch pkgver=3.0.3.1 -pkgrel=51 +pkgrel=52 pkgdesc="Launch a web app in the default browser." url="https://github.com/yesodweb/wai" license=("MIT") @@ -21,7 +21,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
