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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 15:57:28 UTC 2021


    Date: Thursday, April 22, 2021 @ 15:57:28
  Author: felixonmars
Revision: 921202

upgpkg: haskell-mysql 0.2-11: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 15:56:12 UTC (rev 921201)
+++ PKGBUILD	2021-04-22 15:57:28 UTC (rev 921202)
@@ -3,7 +3,7 @@
 _hkgname=mysql
 pkgname=haskell-mysql
 pkgver=0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="A low-level MySQL client library"
 url="https://github.com/paul-rouse/mysql"
 license=("BSD")
@@ -39,7 +39,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