Date: Thursday, February 11, 2021 @ 02:06:25 Author: felixonmars Revision: 854949
upgpkg: haskell-fin 0.1.1-2: rebuild with hspec-meta 2.7.8 Modified: haskell-fin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-11 02:05:56 UTC (rev 854948) +++ PKGBUILD 2021-02-11 02:06:25 UTC (rev 854949) @@ -3,7 +3,7 @@ _hkgname=fin pkgname=haskell-fin pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Nat and Fin: peano naturals and finite numbers" url="https://github.com/phadej/vec" license=("BSD") @@ -28,7 +28,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