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

Felix Yan felixonmars at archlinux.org
Sat May 23 03:24:38 UTC 2020


    Date: Saturday, May 23, 2020 @ 03:24:37
  Author: felixonmars
Revision: 631818

upgpkg: haskell-vector 0.12.1.2-22: rebuild with tasty 1.3.1

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 03:13:50 UTC (rev 631817)
+++ PKGBUILD	2020-05-23 03:24:37 UTC (rev 631818)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-vector
 pkgver=0.12.1.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector"
 license=("BSD")
@@ -30,7 +30,7 @@
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
       --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
       --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-  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