[arch-commits] Commit in haskell-bifunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 24 09:55:37 UTC 2021
Date: Friday, September 24, 2021 @ 09:55:36
Author: felixonmars
Revision: 1023572
upgpkg: haskell-bifunctors 5.5.11-26: rebuild with vector 0.12.3.1
Modified:
haskell-bifunctors/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-24 09:54:14 UTC (rev 1023571)
+++ PKGBUILD 2021-09-24 09:55:36 UTC (rev 1023572)
@@ -4,7 +4,7 @@
_hkgname=bifunctors
pkgname=haskell-bifunctors
pkgver=5.5.11
-pkgrel=25
+pkgrel=26
pkgdesc="Bifunctors"
url="https://github.com/ekmett/bifunctors/"
license=("BSD")
@@ -27,7 +27,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
-ftagged -f-semigroups
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list