Date: Wednesday, March 17, 2021 @ 11:51:08 Author: felixonmars Revision: 893328
upgpkg: haskell-bytestring-encoding 0.1.0.0-2: rebuild with doctest 0.18.1 Modified: haskell-bytestring-encoding/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 11:50:10 UTC (rev 893327) +++ PKGBUILD 2021-03-17 11:51:08 UTC (rev 893328) @@ -3,7 +3,7 @@ _hkgname=bytestring-encoding pkgname=haskell-bytestring-encoding pkgver=0.1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="ByteString ↔ Text converter based on GHC.IO.Encoding" url="https://github.com/msakai/bytestring-encoding#readme" license=("BSD") @@ -23,7 +23,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
