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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 00:01:01 UTC 2021


    Date: Friday, April 23, 2021 @ 00:01:00
  Author: felixonmars
Revision: 921969

upgpkg: haskell-cryptonite 0.28-27: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-cryptonite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 23:58:35 UTC (rev 921968)
+++ PKGBUILD	2021-04-23 00:01:00 UTC (rev 921969)
@@ -4,7 +4,7 @@
 _hkgname=cryptonite
 pkgname=haskell-cryptonite
 pkgver=0.28
-pkgrel=26
+pkgrel=27
 pkgdesc="Cryptography Primitives sink"
 url="https://github.com/vincenthz/cryptonite"
 license=("BSD")
@@ -32,7 +32,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list