Date: Monday, January 10, 2022 @ 19:01:51 Author: felixonmars Revision: 1099830
upgpkg: haskell-hxt-unicode 9.0.2.4-25: rebuild with ghc 9.0.2 Modified: haskell-hxt-unicode/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 19:01:09 UTC (rev 1099829) +++ PKGBUILD 2022-01-10 19:01:51 UTC (rev 1099830) @@ -3,7 +3,7 @@ _hkgname=hxt-unicode pkgname=haskell-hxt-unicode pkgver=9.0.2.4 -pkgrel=24 +pkgrel=25 pkgdesc="Unicode en-/decoding functions for utf8, iso-latin-* and other encodings" url="https://www.fh-wedel.de/~si/HXmlToolbox/index.html" 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
