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

Felix Yan felixonmars at archlinux.org
Tue Apr 27 11:14:18 UTC 2021


    Date: Tuesday, April 27, 2021 @ 11:14:18
  Author: felixonmars
Revision: 924749

upgpkg: haskell-persistent-postgresql 2.12.0.0-2: rebuild with persistent 2.12.1.0

Modified:
  haskell-persistent-postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 11:12:33 UTC (rev 924748)
+++ PKGBUILD	2021-04-27 11:14:18 UTC (rev 924749)
@@ -3,7 +3,7 @@
 _hkgname=persistent-postgresql
 pkgname=haskell-persistent-postgresql
 pkgver=2.12.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using postgresql."
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -35,7 +35,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -47,7 +47,7 @@
   eval $(pifpaf run postgresql --host 127.0.0.1)
   createuser postgres
   createdb test
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
   pifpaf_stop
 }
 



More information about the arch-commits mailing list