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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:27:21 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:27:21
  Author: felixonmars
Revision: 921648

upgpkg: haskell-mysql-simple 0.4.5-59: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-mysql-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:26:18 UTC (rev 921647)
+++ PKGBUILD	2021-04-22 20:27:21 UTC (rev 921648)
@@ -3,7 +3,7 @@
 _hkgname=mysql-simple
 pkgname=haskell-mysql-simple
 pkgver=0.4.5
-pkgrel=58
+pkgrel=59
 pkgdesc="A mid-level MySQL client library"
 url="https://github.com/paul-rouse/mysql-simple"
 license=("BSD")
@@ -40,7 +40,7 @@
   sleep 5
   mysql -h 127.0.0.1 -u root -e "create database IF NOT EXISTS test;"
 
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 
   kill $MYSQL_PID
 }



More information about the arch-commits mailing list