Date: Wednesday, May 12, 2021 @ 03:43:41 Author: felixonmars Revision: 931377
upgpkg: haskell-mmark 0.0.7.3-2: rebuild with unliftio 0.2.15 Modified: haskell-mmark/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-12 03:41:54 UTC (rev 931376) +++ PKGBUILD 2021-05-12 03:43:41 UTC (rev 931377) @@ -3,7 +3,7 @@ _hkgname=mmark pkgname=haskell-mmark pkgver=0.0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Strict markdown processor for writers" url="https://github.com/mmark-md/mmark" license=("BSD") @@ -26,7 +26,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 @@ -35,7 +35,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
