Date: Tuesday, July 20, 2021 @ 07:33:38 Author: felixonmars Revision: 979299
upgpkg: haskell-semirings 0.6-2: rebuild with regex-posix 0.96.0.1 Modified: haskell-semirings/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-20 07:32:59 UTC (rev 979298) +++ PKGBUILD 2021-07-20 07:33:38 UTC (rev 979299) @@ -3,7 +3,7 @@ _hkgname=semirings pkgname=haskell-semirings pkgver=0.6 -pkgrel=1 +pkgrel=2 pkgdesc="two monoids as one, in holy haskimony" url="http://github.com/chessai/semirings" license=("BSD") @@ -23,7 +23,7 @@ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - 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
