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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 14:06:33 UTC 2021


    Date: Wednesday, September 22, 2021 @ 14:06:33
  Author: felixonmars
Revision: 1021559

upgpkg: haskell-ptr 0.16.8.1-8: rebuild with random 1.2.1

Modified:
  haskell-ptr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 14:05:24 UTC (rev 1021558)
+++ PKGBUILD	2021-09-22 14:06:33 UTC (rev 1021559)
@@ -3,7 +3,7 @@
 _hkgname=ptr
 pkgname=haskell-ptr
 pkgver=0.16.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Abstractions for operations on pointers"
 url="https://github.com/nikita-volkov/ptr"
 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 \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 



More information about the arch-commits mailing list