Date: Tuesday, January 11, 2022 @ 01:46:40 Author: felixonmars Revision: 1100237
upgpkg: haskell-bytestring-show 0.3.5.6-30: rebuild with ghc 9.0.2 Modified: haskell-bytestring-show/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:46:03 UTC (rev 1100236) +++ PKGBUILD 2022-01-11 01:46:40 UTC (rev 1100237) @@ -2,7 +2,7 @@ pkgname=haskell-bytestring-show pkgver=0.3.5.6 -pkgrel=29 +pkgrel=30 pkgdesc="Efficient conversion of values into readable byte strings." url="https://hackage.haskell.org/package/bytestring-show" license=('BSD') @@ -25,7 +25,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
