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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:08:29 UTC 2021


    Date: Friday, April 23, 2021 @ 11:08:29
  Author: felixonmars
Revision: 922267

upgpkg: haskell-bv-sized 1.0.2-103: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-bv-sized/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:07:24 UTC (rev 922266)
+++ PKGBUILD	2021-04-23 11:08:29 UTC (rev 922267)
@@ -3,7 +3,7 @@
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
 pkgver=1.0.2
-pkgrel=102
+pkgrel=103
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized"
 license=('BSD')
@@ -35,7 +35,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list