[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Nov 28 17:04:07 UTC 2021
Date: Sunday, November 28, 2021 @ 17:04:06
Author: felixonmars
Revision: 1055186
upgpkg: haskell-regex-posix 0.96.0.1-2: rebuild with regex-base 0.94.0.2
Modified:
haskell-regex-posix/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-28 17:02:39 UTC (rev 1055185)
+++ PKGBUILD 2021-11-28 17:04:06 UTC (rev 1055186)
@@ -5,7 +5,7 @@
_hkgname=regex-posix
pkgname=haskell-regex-posix
pkgver=0.96.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='POSIX Backend for Text.Regex (regex-base)'
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 --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