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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 25 15:41:19 UTC 2022


    Date: Thursday, August 25, 2022 @ 15:41:18
  Author: felixonmars
Revision: 1278655

upgpkg: ihaskell 0.10.2.2-2: rebuild with hashable 1.4.1.0

Modified:
  ihaskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 15:32:15 UTC (rev 1278654)
+++ PKGBUILD	2022-08-25 15:41:18 UTC (rev 1278655)
@@ -3,7 +3,7 @@
 
 pkgname=ihaskell
 pkgver=0.10.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Haskell backend kernel for the IPython project."
 url="http://github.com/gibiansky/IHaskell"
 license=("MIT")
@@ -30,12 +30,12 @@
 
   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' \
     -fuse-hlint
 
-  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
@@ -45,7 +45,7 @@
 check() {
   cd $pkgname-$pkgver
   GHC_PACKAGE_PATH="$PWD/dist/package.conf.inplace:$(ghc --print-global-package-db)" \
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list