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

Felix Yan felixonmars at archlinux.org
Tue May 19 20:37:58 UTC 2020


    Date: Tuesday, May 19, 2020 @ 20:37:58
  Author: felixonmars
Revision: 630161

upgpkg: cabal-install 3.2.0.0-9: rebuild with tasty-golden 2.3.3.3

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 20:35:02 UTC (rev 630160)
+++ PKGBUILD	2020-05-19 20:37:58 UTC (rev 630161)
@@ -5,7 +5,7 @@
 
 pkgname=cabal-install
 pkgver=3.2.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install"
 license=('BSD')
@@ -30,7 +30,7 @@
 
   runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic --disable-library-vanilla \
     --docdir="/usr/share/doc/${pkgname}"
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
 }
 
 package() {



More information about the arch-commits mailing list