Date: Monday, April 10, 2023 @ 13:19:50 Author: felixonmars Revision: 1444316
upgpkg: haskell-rere 0.2-171: rebuild with bin 0.1.3, fin 0.3, vec 0.5 Modified: haskell-rere/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 13:19:47 UTC (rev 1444315) +++ PKGBUILD 2023-04-10 13:19:50 UTC (rev 1444316) @@ -3,7 +3,7 @@ _hkgname=rere pkgname=haskell-rere pkgver=0.2 -pkgrel=170 +pkgrel=171 pkgdesc="Regular-expressions extended with fixpoints for context-free powers" url="https://github.com/phadej/rere.git" license=("BSD") @@ -16,6 +16,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup + uusi -u fin -u vec $_hkgname.cabal } build() { @@ -25,7 +26,8 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ - --ghc-option='-pie' + --ghc-option='-pie' \ + -frere-cfg runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
