Date: Thursday, April 22, 2021 @ 23:03:15 Author: felixonmars Revision: 921889
upgpkg: haskell-lsp0 0.24.0.0-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-lsp0/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 23:00:55 UTC (rev 921888) +++ PKGBUILD 2021-04-22 23:03:15 UTC (rev 921889) @@ -3,7 +3,7 @@ _hkgname=haskell-lsp pkgname=haskell-lsp0 pkgver=0.24.0.0 -pkgrel=14 +pkgrel=15 pkgdesc="Haskell library for the Microsoft Language Server Protocol (Legacy 0.x version)" url="https://github.com/alanz/haskell-lsp" license=("MIT") @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
