Date: Tuesday, May 19, 2020 @ 20:03:05 Author: felixonmars Revision: 630127
upgpkg: haskell-warp 3.3.11-2: rebuild with tasty-golden 2.3.3.3 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:01:52 UTC (rev 630126) +++ PKGBUILD 2020-05-19 20:03:05 UTC (rev 630127) @@ -4,7 +4,7 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.3.11 -pkgrel=1 +pkgrel=2 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -26,7 +26,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-warp-debug -fallow-sendfilefd -f-network-bytestring - 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
