Date: Thursday, December 24, 2020 @ 05:54:56 Author: felixonmars Revision: 786505
upgpkg: haskell-data-tree-print 0.1.0.2-2: rebuild with ghc 8.10.3 Modified: haskell-data-tree-print/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-24 05:54:30 UTC (rev 786504) +++ PKGBUILD 2020-12-24 05:54:56 UTC (rev 786505) @@ -3,7 +3,7 @@ _hkgname=data-tree-print pkgname=haskell-data-tree-print pkgver=0.1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Print Data instances as a nested tree" url="https://github.com/lspitzner/data-tree-print" license=("BSD") @@ -27,7 +27,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
