Date: Monday, January 2, 2023 @ 16:35:27
  Author: felixonmars
Revision: 1372978

upgpkg: haskell-assert-failure 0.1.2.6-2: rebuild with haskell-lexer 1.1.1

Modified:
  haskell-assert-failure/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 16:34:42 UTC (rev 1372977)
+++ PKGBUILD    2023-01-02 16:35:27 UTC (rev 1372978)
@@ -3,7 +3,7 @@
 _hkgname=assert-failure
 pkgname=haskell-assert-failure
 pkgver=0.1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Syntactic sugar improving 'assert' and 'error'"
 url="https://github.com/Mikolaj/assert-failure";
 license=("BSD")
@@ -17,12 +17,12 @@
   cd $_hkgname-$pkgver
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname 
--datasubdir=haskell-assert-failure --enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--datasubdir=haskell-assert-failure --enable-tests \
+    --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
@@ -31,7 +31,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to