Date: Tuesday, May 11, 2021 @ 21:25:36 Author: felixonmars Revision: 930686
upgpkg: haskell-html-entity-map 0.1.0.0-2: rebuild with unliftio 0.2.15 Modified: haskell-html-entity-map/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-11 21:24:58 UTC (rev 930685) +++ PKGBUILD 2021-05-11 21:25:36 UTC (rev 930686) @@ -3,7 +3,7 @@ _hkgname=html-entity-map pkgname=haskell-html-entity-map pkgver=0.1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Map from HTML5 entity names to the corresponding Unicode text" url="https://github.com/mrkkrp/html-entity-map" license=("BSD") @@ -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
