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

Felix Yan felixonmars at archlinux.org
Thu May 21 10:56:50 UTC 2020


    Date: Thursday, May 21, 2020 @ 10:56:50
  Author: felixonmars
Revision: 631108

upgpkg: haskell-persistent 2.10.5.2-31: rebuild with unliftio 0.2.13

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 10:50:53 UTC (rev 631107)
+++ PKGBUILD	2020-05-21 10:56:50 UTC (rev 631108)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.10.5.2
-pkgrel=30
+pkgrel=31
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -25,7 +25,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-nooverlap
-    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



More information about the arch-commits mailing list