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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 03:26:59 UTC 2021


    Date: Friday, September 24, 2021 @ 03:26:59
  Author: felixonmars
Revision: 1023221

upgpkg: haskell-critbit 0.2.0.0-161: rebuild with vector 0.12.3.1

Modified:
  haskell-critbit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 03:25:50 UTC (rev 1023220)
+++ PKGBUILD	2021-09-24 03:26:59 UTC (rev 1023221)
@@ -4,7 +4,7 @@
 _hkgname=critbit
 pkgname=haskell-critbit
 pkgver=0.2.0.0
-pkgrel=160
+pkgrel=161
 pkgdesc="Crit-bit maps and sets"
 url="https://github.com/bos/critbit"
 license=("BSD")
@@ -26,7 +26,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-developer
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list