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

Felix Yan felixonmars at archlinux.org
Wed Feb 20 16:47:57 UTC 2019


    Date: Wednesday, February 20, 2019 @ 16:47:56
  Author: felixonmars
Revision: 434732

upgpkg: haskell-wreq 0.5.3.2-12

rebuild with http-client 0.6.1.1

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 15:16:01 UTC (rev 434731)
+++ PKGBUILD	2019-02-20 16:47:56 UTC (rev 434732)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=11
+pkgrel=12
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq"
 license=('BSD')
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list