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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 08:06:59 UTC 2020


    Date: Monday, August 17, 2020 @ 08:06:59
  Author: felixonmars
Revision: 682507

upgpkg: haskell-language-c 0.8.3-6: rebuild with ghc 8.10.2

Modified:
  haskell-language-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 08:04:15 UTC (rev 682506)
+++ PKGBUILD	2020-08-17 08:06:59 UTC (rev 682507)
@@ -4,7 +4,7 @@
 _hkgname=language-c
 pkgname=haskell-language-c
 pkgver=0.8.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Analysis and generation of C code"
 url="https://visq.github.io/language-c/"
 license=("BSD")
@@ -23,7 +23,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fseparatesyb -fusebytestrings -f-allwarnings -fiecfpextension
-    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