Date: Tuesday, April 20, 2021 @ 19:37:03 Author: felixonmars Revision: 920275
upgpkg: haskell-scotty 0.12-118: rebuild with http2 3.0.0, warp 3.3.15 Modified: haskell-scotty/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-20 19:35:52 UTC (rev 920274) +++ PKGBUILD 2021-04-20 19:37:03 UTC (rev 920275) @@ -3,7 +3,7 @@ _hkgname=scotty pkgname=haskell-scotty pkgver=0.12 -pkgrel=117 +pkgrel=118 pkgdesc="Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp" url="https://github.com/scotty-web/scotty" license=("BSD") @@ -42,7 +42,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
