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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 02:21:35 UTC 2021


    Date: Friday, September 24, 2021 @ 02:21:34
  Author: felixonmars
Revision: 1023123

upgpkg: haskell-void 0.7.3-110: rebuild with vector 0.12.3.1

Modified:
  haskell-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 02:20:56 UTC (rev 1023122)
+++ PKGBUILD	2021-09-24 02:21:34 UTC (rev 1023123)
@@ -4,7 +4,7 @@
 _hkgname=void
 pkgname=haskell-void
 pkgver=0.7.3
-pkgrel=109
+pkgrel=110
 pkgdesc="A Haskell 98 logically uninhabited data type"
 url="https://github.com/ekmett/void"
 license=("BSD")
@@ -24,7 +24,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-safe
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list