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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 19:57:19 UTC 2021


    Date: Thursday, April 22, 2021 @ 19:57:19
  Author: felixonmars
Revision: 921596

upgpkg: haskell-cryptohash-sha256 0.11.102.0-29: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-cryptohash-sha256/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 19:56:19 UTC (rev 921595)
+++ PKGBUILD	2021-04-22 19:57:19 UTC (rev 921596)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-sha256
 pkgname=haskell-cryptohash-sha256
 pkgver=0.11.102.0
-pkgrel=28
+pkgrel=29
 pkgdesc="Fast, pure and practical SHA-256 implementation"
 url="https://github.com/hvr/cryptohash-sha256"
 license=("BSD")
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list