[arch-commits] Commit in haskell-hasql-dynamic-statements/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 23 11:51:39 UTC 2021
Date: Thursday, September 23, 2021 @ 11:51:38
Author: felixonmars
Revision: 1021835
upgpkg: haskell-hasql-dynamic-statements 0.3.1-10: rebuild with random 1.2.1
Modified:
haskell-hasql-dynamic-statements/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-23 11:50:24 UTC (rev 1021834)
+++ PKGBUILD 2021-09-23 11:51:38 UTC (rev 1021835)
@@ -3,7 +3,7 @@
_hkgname=hasql-dynamic-statements
pkgname=haskell-hasql-dynamic-statements
pkgver=0.3.1
-pkgrel=9
+pkgrel=10
pkgdesc="Toolkit for constructing Hasql statements dynamically"
url="https://github.com/nikita-volkov/hasql-dynamic-statements"
license=("MIT")
@@ -24,7 +24,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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
--ghc-option='-pie'
More information about the arch-commits
mailing list