Date: Monday, January 10, 2022 @ 19:02:54 Author: felixonmars Revision: 1099832
upgpkg: haskell-hxt-regex-xmlschema 9.2.0.7-5: rebuild with ghc 9.0.2 Modified: haskell-hxt-regex-xmlschema/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 19:01:58 UTC (rev 1099831) +++ PKGBUILD 2022-01-10 19:02:54 UTC (rev 1099832) @@ -3,7 +3,7 @@ _hkgname=hxt-regex-xmlschema pkgname=haskell-hxt-regex-xmlschema pkgver=9.2.0.7 -pkgrel=4 +pkgrel=5 pkgdesc="A regular expression library for W3C XML Schema regular expressions" url="https://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema" 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 \ -f-profile runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
