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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:05:51 UTC 2021


    Date: Friday, April 23, 2021 @ 02:05:51
  Author: felixonmars
Revision: 922073

upgpkg: haskell-tar-conduit 0.3.2-190: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-tar-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:04:42 UTC (rev 922072)
+++ PKGBUILD	2021-04-23 02:05:51 UTC (rev 922073)
@@ -3,7 +3,7 @@
 _hkgname=tar-conduit
 pkgname=haskell-tar-conduit
 pkgver=0.3.2
-pkgrel=189
+pkgrel=190
 pkgdesc="Extract and create tar files using conduit for streaming"
 url="https://github.com/snoyberg/tar-conduit"
 license=('MIT')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list