Date: Saturday, May 23, 2020 @ 21:56:36 Author: felixonmars Revision: 632636
upgpkg: haskell-wai-websockets 3.0.1.2-139: rebuild with tasty 1.3.1 Modified: haskell-wai-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-23 21:55:57 UTC (rev 632635) +++ PKGBUILD 2020-05-23 21:56:36 UTC (rev 632636) @@ -4,7 +4,7 @@ _hkgname=wai-websockets pkgname=haskell-wai-websockets pkgver=3.0.1.2 -pkgrel=138 +pkgrel=139 pkgdesc="Provide a bridge between WAI and the websockets package." url="https://github.com/yesodweb/wai" license=("MIT") @@ -22,7 +22,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-example - 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
