Date: Monday, August 17, 2020 @ 07:11:36 Author: felixonmars Revision: 682391
upgpkg: haskell-parser-combinators 1.2.1-6: rebuild with ghc 8.10.2 Modified: haskell-parser-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-17 07:10:59 UTC (rev 682390) +++ PKGBUILD 2020-08-17 07:11:36 UTC (rev 682391) @@ -4,7 +4,7 @@ _hkgname=parser-combinators pkgname=haskell-parser-combinators pkgver=1.2.1 -pkgrel=5 +pkgrel=6 pkgdesc="Lightweight package providing commonly useful parser combinators" url="https://github.com/mrkkrp/parser-combinators" license=("BSD") @@ -21,7 +21,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-dev - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
