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

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 25 06:44:45 UTC 2021


    Date: Saturday, September 25, 2021 @ 06:44:45
  Author: felixonmars
Revision: 1024371

upgpkg: haskell-hasql-pool 0.5.2-242: rebuild with vector 0.12.3.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 06:43:46 UTC (rev 1024370)
+++ PKGBUILD	2021-09-25 06:44:45 UTC (rev 1024371)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=241
+pkgrel=242
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool"
 license=('MIT')
@@ -25,7 +25,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-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