Date: Saturday, May 13, 2023 @ 21:51:37
  Author: felixonmars
Revision: 1460470

upgpkg: haskell-microaeson 0.1.0.1-2: rebuild with quickcheck-instances 0.3.29.1

Modified:
  haskell-microaeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-13 21:51:31 UTC (rev 1460469)
+++ PKGBUILD    2023-05-13 21:51:37 UTC (rev 1460470)
@@ -3,7 +3,7 @@
 _hkgname=microaeson
 pkgname=haskell-microaeson
 pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiny JSON library with light dependency footprint"
 url="https://github.com/haskell-hvr/microaeson.git";
 license=("GPL3")
@@ -25,11 +25,11 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
     --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
@@ -38,7 +38,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to