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

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


    Date: Friday, April 23, 2021 @ 11:40:08
  Author: felixonmars
Revision: 922297

upgpkg: haskell-persistent-qq 2.9.2.1-100: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:38:33 UTC (rev 922296)
+++ PKGBUILD	2021-04-23 11:40:08 UTC (rev 922297)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.2.1
-pkgrel=99
+pkgrel=100
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent"
 license=('MIT')
@@ -36,7 +36,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list