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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 10:53:13 UTC 2021


    Date: Wednesday, September 22, 2021 @ 10:53:13
  Author: felixonmars
Revision: 1021417

upgpkg: haskell-warp 3.3.17-32: rebuild with random 1.2.1

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 10:50:59 UTC (rev 1021416)
+++ PKGBUILD	2021-09-22 10:53:13 UTC (rev 1021417)
@@ -4,7 +4,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.3.17
-pkgrel=31
+pkgrel=32
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai"
 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 \
             -f-warp-debug -fallow-sendfilefd -f-network-bytestring
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list