[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 21 17:51:05 UTC 2021


    Date: Wednesday, April 21, 2021 @ 17:51:04
  Author: felixonmars
Revision: 920551

upgpkg: dhall-lsp-server 1.0.14-12: rebuild with inspection-testing 0.4.4.0

Modified:
  dhall-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 17:49:30 UTC (rev 920550)
+++ PKGBUILD	2021-04-21 17:51:04 UTC (rev 920551)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.14
-pkgrel=11
+pkgrel=12
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme"
 license=("custom:MIT")
@@ -35,7 +35,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  LD_LIBRARY_PATH="$PWD/dist/build" PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test
+  LD_LIBRARY_PATH="$PWD/dist/build" PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list