Date: Tuesday, May 19, 2020 @ 20:01:37 Author: felixonmars Revision: 630125
upgpkg: haskell-httpd-shed 0.4.1.1-111: rebuild with tasty-golden 2.3.3.3 Modified: haskell-httpd-shed/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 20:00:58 UTC (rev 630124) +++ PKGBUILD 2020-05-19 20:01:37 UTC (rev 630125) @@ -4,7 +4,7 @@ _hkgname=httpd-shed pkgname=haskell-httpd-shed pkgver=0.4.1.1 -pkgrel=110 +pkgrel=111 pkgdesc="A simple web-server with an interact style API" url="https://github.com/andygill/httpd-shed/" license=("BSD") @@ -26,7 +26,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-buildexamples -fnetwork-uri -fnetwork-bsd - 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
