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

Felix Yan felixonmars at archlinux.org
Sat May 23 16:49:51 UTC 2020


    Date: Saturday, May 23, 2020 @ 16:49:50
  Author: felixonmars
Revision: 632232

upgpkg: haskell-text-printer 0.5.0.1-9: rebuild with tasty 1.3.1

Modified:
  haskell-text-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 16:48:57 UTC (rev 632231)
+++ PKGBUILD	2020-05-23 16:49:50 UTC (rev 632232)
@@ -3,7 +3,7 @@
 _hkgname=text-printer
 pkgname=haskell-text-printer
 pkgver=0.5.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Abstract interface for text builders/printers."
 url="https://github.com/mvv/text-printer"
 license=('BSD')
@@ -24,7 +24,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