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

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 21:11:40 UTC 2021


    Date: Monday, December 20, 2021 @ 21:11:39
  Author: felixonmars
Revision: 1080864

upgpkg: haskell-network-simple 0.4.5-2: rebuild with silently 1.2.5.2

Modified:
  haskell-network-simple/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 21:11:36 UTC (rev 1080863)
+++ PKGBUILD	2021-12-20 21:11:39 UTC (rev 1080864)
@@ -3,7 +3,7 @@
 _hkgname=network-simple
 pkgname=haskell-network-simple
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple network sockets usage patterns."
 url="https://github.com/k0001/network-simple"
 license=("BSD")
@@ -18,11 +18,11 @@
 
   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'
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list