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

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 8 17:24:06 UTC 2021


    Date: Sunday, August 8, 2021 @ 17:24:06
  Author: felixonmars
Revision: 995319

upgpkg: cabal-fmt 0.1.5.1-3: rebuild with primitive 0.7.2.0

Modified:
  cabal-fmt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 17:23:05 UTC (rev 995318)
+++ PKGBUILD	2021-08-08 17:24:06 UTC (rev 995319)
@@ -2,7 +2,7 @@
 
 pkgname=cabal-fmt
 pkgver=0.1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Format .cabal files"
 url="https://github.com/phadej/cabal-fmt.git"
 license=("GPL" "BSD")
@@ -30,7 +30,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  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
@@ -39,7 +39,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list