Date: Thursday, May 21, 2020 @ 10:50:45 Author: felixonmars Revision: 631106
upgpkg: haskell-nonce 1.0.7-93: rebuild with unliftio 0.2.13 Modified: haskell-nonce/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-21 10:50:14 UTC (rev 631105) +++ PKGBUILD 2020-05-21 10:50:45 UTC (rev 631106) @@ -4,7 +4,7 @@ _hkgname=nonce pkgname=haskell-nonce pkgver=1.0.7 -pkgrel=92 +pkgrel=93 pkgdesc="Generate cryptographic nonces." url="https://github.com/prowdsponsor/nonce" license=("BSD") @@ -26,7 +26,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid - 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
