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

Felix Yan felixonmars at archlinux.org
Thu Dec 7 09:46:55 UTC 2017


    Date: Thursday, December 7, 2017 @ 09:46:54
  Author: felixonmars
Revision: 272849

upgpkg: stack 1.6.0.20171202-3

rebuild with memory,0.14.10

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 09:39:05 UTC (rev 272848)
+++ PKGBUILD	2017-12-07 09:46:54 UTC (rev 272849)
@@ -5,7 +5,7 @@
 pkgname=stack
 pkgver=1.6.0.20171202
 _commit=59a9a84eddfd8743f18ada9a4f58562442cbc9e6
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -63,7 +63,8 @@
 
 check() {
   cd $pkgname-$pkgver
-  PATH="$PWD/dist/build/stack:$PATH" runhaskell Setup test || warning "TODO: need more work"
+  PATH="$PWD/dist/build/stack:$PATH" runhaskell Setup test
+  # TODO: need more work for integration tests
 }
 
 package() {



More information about the arch-commits mailing list