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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 01:20:08 UTC 2021


    Date: Friday, September 24, 2021 @ 01:20:07
  Author: felixonmars
Revision: 1023045

upgpkg: haskell-double-conversion 2.0.2.0-129: rebuild with vector 0.12.3.1

Modified:
  haskell-double-conversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 01:18:55 UTC (rev 1023044)
+++ PKGBUILD	2021-09-24 01:20:07 UTC (rev 1023045)
@@ -3,7 +3,7 @@
 _hkgname=double-conversion
 pkgname=haskell-double-conversion
 pkgver=2.0.2.0
-pkgrel=128
+pkgrel=129
 pkgdesc="Fast conversion between double precision floating point and text"
 url="https://github.com/bos/double-conversion"
 license=('MIT')
@@ -26,7 +26,7 @@
     
     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 \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-embedded_double_conversion
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list