Date: Thursday, April 22, 2021 @ 23:06:02 Author: felixonmars Revision: 921892
upgpkg: haskell-lsp0-test 0.11.0.7-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-lsp0-test/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 23:04:56 UTC (rev 921891) +++ PKGBUILD 2021-04-22 23:06:02 UTC (rev 921892) @@ -3,7 +3,7 @@ _hkgname=lsp-test pkgname=haskell-lsp0-test pkgver=0.11.0.7 -pkgrel=14 +pkgrel=15 pkgdesc="Functional test framework for LSP servers (Legacy 0.x version)" url="https://github.com/bubba/lsp-test#readme" license=("BSD") @@ -48,7 +48,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
