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

Felix Yan felixonmars at gemini.archlinux.org
Sun Nov 28 17:06:33 UTC 2021


    Date: Sunday, November 28, 2021 @ 17:06:33
  Author: felixonmars
Revision: 1055190

upgpkg: haskell-regex-compat 0.95.2.1-5: rebuild with regex-base 0.94.0.2

Modified:
  haskell-regex-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-28 17:05:57 UTC (rev 1055189)
+++ PKGBUILD	2021-11-28 17:06:33 UTC (rev 1055190)
@@ -5,7 +5,7 @@
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
 pkgver=0.95.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Replaces and enhances Text.Regex'
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -20,7 +20,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --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