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

Felix Yan felixonmars at archlinux.org
Sun Jun 6 23:42:48 UTC 2021


    Date: Sunday, June 6, 2021 @ 23:42:48
  Author: felixonmars
Revision: 956658

upgpkg: haskell-lift-type 0.1.0.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-lift-type/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 23:42:22 UTC (rev 956657)
+++ PKGBUILD	2021-06-06 23:42:48 UTC (rev 956658)
@@ -3,7 +3,7 @@
 _hkgname=lift-type
 pkgname=haskell-lift-type
 pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Lift a type from a Typeable constraint to a Template Haskell type"
 url="https://github.com/parsonsmatt/lift-type#readme"
 license=("BSD")
@@ -22,7 +22,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
@@ -31,7 +31,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list