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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 08:05:28 UTC 2021


    Date: Friday, September 24, 2021 @ 08:05:28
  Author: felixonmars
Revision: 1023490

upgpkg: haskell-vault 0.3.1.5-40: rebuild with vector 0.12.3.1

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 08:04:42 UTC (rev 1023489)
+++ PKGBUILD	2021-09-24 08:05:28 UTC (rev 1023490)
@@ -4,7 +4,7 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.1.5
-pkgrel=39
+pkgrel=40
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault"
 license=("BSD")
@@ -19,7 +19,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 \
             -fuseghc
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list