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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 06:41:04 UTC 2020


    Date: Monday, August 17, 2020 @ 06:41:04
  Author: felixonmars
Revision: 682319

upgpkg: haskell-lexer 1.1-5: rebuild with ghc 8.10.2

Modified:
  haskell-lexer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 06:39:35 UTC (rev 682318)
+++ PKGBUILD	2020-08-17 06:41:04 UTC (rev 682319)
@@ -3,7 +3,7 @@
 _hkgname=haskell-lexer
 pkgname=haskell-lexer 
 pkgver=1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A fully compliant Haskell 98 lexer."
 url="https://hackage.haskell.org/package/haskell-lexer"
 license=('BSD')
@@ -19,7 +19,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --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