Date: Wednesday, May 12, 2021 @ 04:11:18 Author: felixonmars Revision: 931425
upgpkg: haskell-lsp-test 0.14.0.0-2: rebuild with unliftio 0.2.15 Modified: haskell-lsp-test/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-12 04:09:26 UTC (rev 931424) +++ PKGBUILD 2021-05-12 04:11:18 UTC (rev 931425) @@ -3,7 +3,7 @@ _hkgname=lsp-test pkgname=haskell-lsp-test pkgver=0.14.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Functional test framework for LSP servers." url="https://github.com/haskell/lsp/blob/master/lsp-test/README.md" license=("BSD") @@ -42,7 +42,7 @@ check() { cd lsp-$_hkgname-$pkgver/$_hkgname - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
