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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:12:57 UTC 2021


    Date: Friday, April 23, 2021 @ 02:12:56
  Author: felixonmars
Revision: 922085

upgpkg: haskell-http-client-restricted 0.0.4-50: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-http-client-restricted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:12:10 UTC (rev 922084)
+++ PKGBUILD	2021-04-23 02:12:56 UTC (rev 922085)
@@ -3,7 +3,7 @@
 _hkgname=http-client-restricted
 pkgname=haskell-http-client-restricted
 pkgver=0.0.4
-pkgrel=49
+pkgrel=50
 pkgdesc="Restricting the servers that http-client will use"
 url="https://hackage.haskell.org/package/http-client-restricted"
 license=('MIT')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list