Date: Sunday, December 13, 2020 @ 15:56:50 Author: felixonmars Revision: 774493
upgpkg: haskell-bytestring-handle 0.1.0.6-2: rebuild with base-orphans 0.8.5 Modified: haskell-bytestring-handle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-13 15:56:08 UTC (rev 774492) +++ PKGBUILD 2020-12-13 15:56:50 UTC (rev 774493) @@ -3,7 +3,7 @@ _hkgname=bytestring-handle pkgname=haskell-bytestring-handle pkgver=0.1.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="ByteString-backed Handles" url="http://hub.darcs.net/ganesh/bytestring-handle" 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
