[arch-commits] Commit in haskell-http-client-restricted/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 25 00:36:27 UTC 2021


    Date: Saturday, September 25, 2021 @ 00:36:27
  Author: felixonmars
Revision: 1024163

upgpkg: haskell-http-client-restricted 0.0.4-93: rebuild with vector 0.12.3.1

Modified:
  haskell-http-client-restricted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 00:35:34 UTC (rev 1024162)
+++ PKGBUILD	2021-09-25 00:36:27 UTC (rev 1024163)
@@ -3,7 +3,7 @@
 _hkgname=http-client-restricted
 pkgname=haskell-http-client-restricted
 pkgver=0.0.4
-pkgrel=92
+pkgrel=93
 pkgdesc="Restricting the servers that http-client will use"
 url="https://hackage.haskell.org/package/http-client-restricted"
 license=('MIT')
@@ -19,7 +19,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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list