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

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


    Date: Saturday, May 23, 2020 @ 17:17:27
  Author: felixonmars
Revision: 632284

upgpkg: haskell-type-errors 0.2.0.0-23: rebuild with tasty 1.3.1

Modified:
  haskell-type-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:16:46 UTC (rev 632283)
+++ PKGBUILD	2020-05-23 17:17:27 UTC (rev 632284)
@@ -3,7 +3,7 @@
 _hkgname=type-errors
 pkgname=haskell-type-errors
 pkgver=0.2.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Tools for writing better type errors"
 url="https://github.com/isovector/type-errors"
 license=('BSD')
@@ -19,7 +19,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --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