Date: Tuesday, November 10, 2020 @ 16:43:10 Author: felixonmars Revision: 749634
upgpkg: haskell-scotty 0.12-2: rebuild with cryptonite +tests enabled Modified: haskell-scotty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-10 16:41:59 UTC (rev 749633) +++ PKGBUILD 2020-11-10 16:43:10 UTC (rev 749634) @@ -3,7 +3,7 @@ _hkgname=scotty pkgname=haskell-scotty pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp" url="https://github.com/scotty-web/scotty" license=("BSD") @@ -33,7 +33,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
