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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 12:15:36 UTC 2021


    Date: Friday, April 23, 2021 @ 12:15:35
  Author: felixonmars
Revision: 922327

upgpkg: haskell-bsb-http-chunked 0.0.0.4-204: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-bsb-http-chunked/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 12:14:47 UTC (rev 922326)
+++ PKGBUILD	2021-04-23 12:15:35 UTC (rev 922327)
@@ -3,7 +3,7 @@
 _hkgname=bsb-http-chunked
 pkgname=haskell-bsb-http-chunked
 pkgver=0.0.0.4
-pkgrel=203
+pkgrel=204
 pkgdesc="Chunked HTTP transfer encoding for bytestring builders"
 url="https://github.com/sjakobi/bsb-http-chunked"
 license=('BSD')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list