Date: Wednesday, December 23, 2020 @ 21:26:43 Author: felixonmars Revision: 785315
upgpkg: haskell-th-extras 0.0.0.4-2: rebuild with ghc 8.10.3 Modified: haskell-th-extras/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-23 21:26:18 UTC (rev 785314) +++ PKGBUILD 2020-12-23 21:26:43 UTC (rev 785315) @@ -3,7 +3,7 @@ _hkgname=th-extras pkgname=haskell-th-extras pkgver=0.0.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A grab bag of functions for use with Template Haskell" url="https://github.com/mokus0/th-extras" license=("custom:PublicDomain") @@ -22,7 +22,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
