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

Felix Yan felixonmars at archlinux.org
Wed Feb 7 08:52:04 UTC 2018


    Date: Wednesday, February 7, 2018 @ 08:52:04
  Author: felixonmars
Revision: 289929

upgpkg: stack 1.6.3-60

rebuild with http-client-tls,0.3.5.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 08:46:11 UTC (rev 289928)
+++ PKGBUILD	2018-02-07 08:52:04 UTC (rev 289929)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.3
-pkgrel=59
+pkgrel=60
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -58,7 +58,7 @@
 check() {
   cd $pkgname-$pkgver
   # cabal update
-  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test || warning "Tests failed"
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test
   # Integration tests will result in 4 failures on Arch currently
 }
 



More information about the arch-commits mailing list