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

Felix Yan felixonmars at archlinux.org
Thu Dec 24 05:59:04 UTC 2020


    Date: Thursday, December 24, 2020 @ 05:59:04
  Author: felixonmars
Revision: 786515

upgpkg: haskell-indexed-traversable 0.1-2: rebuild with ghc 8.10.3

Modified:
  haskell-indexed-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 05:58:37 UTC (rev 786514)
+++ PKGBUILD	2020-12-24 05:59:04 UTC (rev 786515)
@@ -3,7 +3,7 @@
 _hkgname=indexed-traversable
 pkgname=haskell-indexed-traversable
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"
 url="https://github.com/haskellari/indexed-traversable"
 license=("BSD")
@@ -27,7 +27,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



More information about the arch-commits mailing list