[arch-commits] Commit in haskell-hls-tactics-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 20 19:14:10 UTC 2021


    Date: Tuesday, April 20, 2021 @ 19:14:09
  Author: felixonmars
Revision: 920251

upgpkg: haskell-hls-tactics-plugin 1.0.0.0-24: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-hls-tactics-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 19:08:50 UTC (rev 920250)
+++ PKGBUILD	2021-04-20 19:14:09 UTC (rev 920251)
@@ -3,7 +3,7 @@
 _hkgname=hls-tactics-plugin
 pkgname=haskell-hls-tactics-plugin
 pkgver=1.0.0.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Wingman plugin for Haskell Language Server"
 url="https://haskellwingman.dev"
 license=("Apache")
@@ -46,7 +46,7 @@
 
 check() {
   cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
-  PATH="$PWD/dist/build/test-server:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test
+  PATH="$PWD/dist/build/test-server:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list