Date: Saturday, March 13, 2021 @ 23:52:37 Author: felixonmars Revision: 890725
upgpkg: haskell-lsp-test 0.13.0.0-2: rebuild with th-compat 0.1.2 Modified: haskell-lsp-test/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 23:50:08 UTC (rev 890724) +++ PKGBUILD 2021-03-13 23:52:37 UTC (rev 890725) @@ -3,7 +3,7 @@ _hkgname=lsp-test pkgname=haskell-lsp-test pkgver=0.13.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Functional test framework for LSP servers." url="https://github.com/bubba/lsp-test#readme" license=("BSD") @@ -36,7 +36,7 @@ --ghc-option='-pie' \ -fdummyserver - 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
