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

Felix Yan felixonmars at archlinux.org
Wed Jan 27 04:47:51 UTC 2021


    Date: Wednesday, January 27, 2021 @ 04:47:50
  Author: felixonmars
Revision: 831536

upgpkg: haskell-ghc-check 0.5.0.3-2: rebuild with call-stack 0.3.0

Modified:
  haskell-ghc-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 04:46:57 UTC (rev 831535)
+++ PKGBUILD	2021-01-27 04:47:50 UTC (rev 831536)
@@ -3,7 +3,7 @@
 _hkgname=ghc-check
 pkgname=haskell-ghc-check
 pkgver=0.5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="detect mismatches between compile-time and run-time versions of the ghc api"
 url="https://hackage.haskell.org/package/ghc-check"
 license=("BSD")
@@ -22,7 +22,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