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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 11:38:21 UTC 2021


    Date: Friday, April 23, 2021 @ 11:38:20
  Author: felixonmars
Revision: 922295

upgpkg: haskell-persistent-sqlite 2.11.1.0-36: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 11:36:50 UTC (rev 922294)
+++ PKGBUILD	2021-04-23 11:38:20 UTC (rev 922295)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.11.1.0
-pkgrel=35
+pkgrel=36
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list