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

Felix Yan felixonmars at archlinux.org
Sat May 23 18:41:38 UTC 2020


    Date: Saturday, May 23, 2020 @ 18:41:38
  Author: felixonmars
Revision: 632420

upgpkg: haskell-prettyprinter 1.6.1-9: rebuild with tasty 1.3.1

Modified:
  haskell-prettyprinter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 18:39:04 UTC (rev 632419)
+++ PKGBUILD	2020-05-23 18:41:38 UTC (rev 632420)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter
 pkgname=haskell-prettyprinter
 pkgver=1.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
 url="https://github.com/hspec/prettyprinter"
 license=('custom:BSD2')
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-buildReadme
-    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