Date: Thursday, April 22, 2021 @ 23:46:07 Author: felixonmars Revision: 921949
upgpkg: haskell-lsp 1.1.1.0-17: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-lsp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-22 23:44:36 UTC (rev 921948) +++ PKGBUILD 2021-04-22 23:46:07 UTC (rev 921949) @@ -3,7 +3,7 @@ _hkgname=lsp pkgname=haskell-lsp pkgver=1.1.1.0 -pkgrel=16 +pkgrel=17 pkgdesc="Haskell library for the Microsoft Language Server Protocol" url="https://github.com/alanz/lsp" license=("MIT") @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
