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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:09:32 UTC 2021


    Date: Friday, April 23, 2021 @ 02:09:32
  Author: felixonmars
Revision: 922079

upgpkg: haskell-http-client 0.7.7-2: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:08:24 UTC (rev 922078)
+++ PKGBUILD	2021-04-23 02:09:32 UTC (rev 922079)
@@ -4,7 +4,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
@@ -31,7 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list