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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 10 01:09:46 UTC 2022


    Date: Sunday, April 10, 2022 @ 01:09:45
  Author: felixonmars
Revision: 1184142

upgpkg: haskell-nothunks 0.1.3-2: rebuild with hspec 2.9.5, hspec-core 2.9.5, hspec-discover 2.9.5

Modified:
  haskell-nothunks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 01:09:39 UTC (rev 1184141)
+++ PKGBUILD	2022-04-10 01:09:45 UTC (rev 1184142)
@@ -3,7 +3,7 @@
 _hkgname=nothunks
 pkgname=haskell-nothunks
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Examine values for unexpected thunks"
 url="https://github.com/input-output-hk/nothunks"
 license=("MIT")
@@ -25,13 +25,13 @@
   cd $_hkgname-$pkgver
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' \
     -fbytestring -ftext -fvector
 
-  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
@@ -40,7 +40,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list