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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:11:57 UTC 2021


    Date: Friday, April 23, 2021 @ 10:11:57
  Author: felixonmars
Revision: 922205

upgpkg: haskell-strict-list 0.1.5-101: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-strict-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:11:01 UTC (rev 922204)
+++ PKGBUILD	2021-04-23 10:11:57 UTC (rev 922205)
@@ -3,7 +3,7 @@
 _hkgname=strict-list
 pkgname=haskell-strict-list
 pkgver=0.1.5
-pkgrel=100
+pkgrel=101
 pkgdesc="Strict linked list"
 url="https://github.com/nikita-volkov/strict-list"
 license=("MIT")
@@ -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