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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 22:12:07 UTC 2021


    Date: Friday, September 24, 2021 @ 22:12:06
  Author: felixonmars
Revision: 1024043

upgpkg: haskell-path-io 1.6.3-23: rebuild with vector 0.12.3.1

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 22:10:59 UTC (rev 1024042)
+++ PKGBUILD	2021-09-24 22:12:06 UTC (rev 1024043)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.6.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io"
 license=("BSD")
@@ -25,7 +25,7 @@
   cd "$srcdir/$_hkgname-$pkgver"
   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-dev
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script



More information about the arch-commits mailing list