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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 02:47:10 UTC 2021


    Date: Friday, September 24, 2021 @ 02:47:09
  Author: felixonmars
Revision: 1023161

upgpkg: haskell-text-manipulate 0.3.0.0-71: rebuild with vector 0.12.3.1

Modified:
  haskell-text-manipulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 02:46:01 UTC (rev 1023160)
+++ PKGBUILD	2021-09-24 02:47:09 UTC (rev 1023161)
@@ -3,7 +3,7 @@
 _hkgname=text-manipulate
 pkgname=haskell-text-manipulate
 pkgver=0.3.0.0
-pkgrel=70
+pkgrel=71
 pkgdesc="Case conversion, word boundary manipulation, and textual subjugation"
 url="https://github.com/brendanhay/text-manipulate"
 license=('MPL2')
@@ -18,7 +18,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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list