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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:36:37 UTC 2021


    Date: Friday, April 23, 2021 @ 11:36:37
  Author: felixonmars
Revision: 922293

upgpkg: haskell-persistent-test 2.0.3.5-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-persistent-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:35:20 UTC (rev 922292)
+++ PKGBUILD	2021-04-23 11:36:37 UTC (rev 922293)
@@ -3,7 +3,7 @@
 _hkgname=persistent-test
 pkgname=haskell-persistent-test
 pkgver=2.0.3.5
-pkgrel=83
+pkgrel=84
 pkgdesc="Tests for Persistent"
 url="https://github.com/yesodweb/persistent"
 license=('MIT')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list