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

Felix Yan felixonmars at archlinux.org
Sat May 23 21:23:50 UTC 2020


    Date: Saturday, May 23, 2020 @ 21:23:50
  Author: felixonmars
Revision: 632588

upgpkg: haskell-store 0.7.4-11: rebuild with tasty 1.3.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 21:21:59 UTC (rev 632587)
+++ PKGBUILD	2020-05-23 21:23:50 UTC (rev 632588)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store"
 license=('BSD')
@@ -32,7 +32,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-comparison-bench -f-small-bench
-    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