Date: Wednesday, January 27, 2021 @ 10:03:52 Author: felixonmars Revision: 831885
upgpkg: haskell-with-utf8 1.0.2.1-2: rebuild with call-stack 0.3.0 Modified: haskell-with-utf8/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-27 10:02:49 UTC (rev 831884) +++ PKGBUILD 2021-01-27 10:03:52 UTC (rev 831885) @@ -3,7 +3,7 @@ _hkgname=with-utf8 pkgname=haskell-with-utf8 pkgver=1.0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Get your IO right on the first try" url="https://github.com/serokell/haskell-with-utf8#readme" license=("MPL2") @@ -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
