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

Felix Yan felixonmars at archlinux.org
Sat May 23 22:10:48 UTC 2020


    Date: Saturday, May 23, 2020 @ 22:10:43
  Author: felixonmars
Revision: 632668

upgpkg: haskell-fast-logger 3.0.1-31: rebuild with tasty 1.3.1

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 22:10:01 UTC (rev 632667)
+++ PKGBUILD	2020-05-23 22:10:43 UTC (rev 632668)
@@ -4,7 +4,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=3.0.1
-pkgrel=30
+pkgrel=31
 pkgdesc="A fast logging system"
 url="https://github.com/kazu-yamamoto/logger"
 license=("BSD")
@@ -21,7 +21,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