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

Felix Yan felixonmars at archlinux.org
Sat May 23 17:11:46 UTC 2020


    Date: Saturday, May 23, 2020 @ 17:11:45
  Author: felixonmars
Revision: 632272

upgpkg: c2hs 0.28.6-89: rebuild with tasty 1.3.1

Modified:
  c2hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:09:57 UTC (rev 632271)
+++ PKGBUILD	2020-05-23 17:11:45 UTC (rev 632272)
@@ -3,7 +3,7 @@
 
 pkgname=c2hs
 pkgver=0.28.6
-pkgrel=88
+pkgrel=89
 pkgdesc="C->Haskell FFI tool that gives some cross-language type safety"
 url="https://github.com/haskell/c2hs"
 license=("GPL2")
@@ -26,7 +26,7 @@
     runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
         --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \
             -f-regression -fbase3 --ghc-option='-pie'
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
 }
 
 check() {



More information about the arch-commits mailing list