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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 10:07:18 UTC 2021


    Date: Friday, April 23, 2021 @ 10:07:18
  Author: felixonmars
Revision: 922197

upgpkg: haskell-hasql 1.4.5.1-3: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 10:05:41 UTC (rev 922196)
+++ PKGBUILD	2021-04-23 10:07:18 UTC (rev 922197)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
@@ -44,7 +44,7 @@
 
     eval $(pifpaf run postgresql --host 127.0.0.1)
     createuser -s postgres
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
     pifpaf_stop
 }
 



More information about the arch-commits mailing list