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

Felix Yan felixonmars at archlinux.org
Tue May 19 23:55:22 UTC 2020


    Date: Tuesday, May 19, 2020 @ 23:55:22
  Author: felixonmars
Revision: 630352

upgpkg: stack 2.3.1-8: rebuild with tasty-golden 2.3.3.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 23:51:12 UTC (rev 630351)
+++ PKGBUILD	2020-05-19 23:55:22 UTC (rev 630352)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -52,7 +52,7 @@
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
       -f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions -f-supported-build \
       --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