[arch-commits] Commit in haskell-heaps/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jan 11 01:44:50 UTC 2022
Date: Tuesday, January 11, 2022 @ 01:44:49
Author: felixonmars
Revision: 1100233
upgpkg: haskell-heaps 0.4-4: rebuild with ghc 9.0.2
Modified:
haskell-heaps/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-11 01:44:11 UTC (rev 1100232)
+++ PKGBUILD 2022-01-11 01:44:49 UTC (rev 1100233)
@@ -3,7 +3,7 @@
_hkgname=heaps
pkgname=haskell-heaps
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
url="https://github.com/ekmett/heaps"
license=('BSD')
@@ -23,7 +23,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