[arch-commits] Commit in stack/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 20 19:32:25 UTC 2021


    Date: Tuesday, April 20, 2021 @ 19:32:25
  Author: felixonmars
Revision: 920269

upgpkg: stack 2.5.1-186: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 19:30:04 UTC (rev 920268)
+++ PKGBUILD	2021-04-20 19:32:25 UTC (rev 920269)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=185
+pkgrel=186
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -63,7 +63,7 @@
 check() {
   cd $pkgname
   # cabal update
-  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test --show-details=direct
   # Integration tests will result in 4 failures on Arch currently
 }
 



More information about the arch-commits mailing list