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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:13:15 UTC 2021


    Date: Friday, April 23, 2021 @ 10:13:15
  Author: felixonmars
Revision: 922207

upgpkg: haskell-deque 0.4.3-79: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:12:10 UTC (rev 922206)
+++ PKGBUILD	2021-04-23 10:13:15 UTC (rev 922207)
@@ -3,7 +3,7 @@
 _hkgname=deque
 pkgname=haskell-deque
 pkgver=0.4.3
-pkgrel=78
+pkgrel=79
 pkgdesc="Double-ended queues"
 url="https://github.com/nikita-volkov/deque"
 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