[arch-commits] Commit in haskell-conversion-text/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jan 11 01:08:15 UTC 2022
Date: Tuesday, January 11, 2022 @ 01:08:14
Author: felixonmars
Revision: 1100171
upgpkg: haskell-conversion-text 1.0.1-20: rebuild with ghc 9.0.2
Modified:
haskell-conversion-text/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-11 01:07:45 UTC (rev 1100170)
+++ PKGBUILD 2022-01-11 01:08:14 UTC (rev 1100171)
@@ -3,7 +3,7 @@
_hkgname=conversion-text
pkgname=haskell-conversion-text
pkgver=1.0.1
-pkgrel=19
+pkgrel=20
pkgdesc="Conversion instances for the text library"
url="https://github.com/nikita-volkov/conversion-text"
license=('MIT')
@@ -18,7 +18,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
- --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