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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 05:15:43 UTC 2020


    Date: Monday, August 17, 2020 @ 05:15:43
  Author: felixonmars
Revision: 682115

upgpkg: happy 1.19.12-8: rebuild with ghc 8.10.2

Modified:
  happy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 04:57:53 UTC (rev 682114)
+++ PKGBUILD	2020-08-17 05:15:43 UTC (rev 682115)
@@ -5,7 +5,7 @@
 
 pkgname=happy
 pkgver=1.19.12
-pkgrel=7
+pkgrel=8
 pkgdesc="The Parser Generator for Haskell"
 url="https://hackage.haskell.org/package/happy"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
 }
 
 package() {



More information about the arch-commits mailing list