Date: Wednesday, September 28, 2022 @ 21:26:39 Author: felixonmars Revision: 1315715
upgpkg: haskell-warp 3.3.23-1: rebuild with warp 3.3.23 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-28 21:18:13 UTC (rev 1315714) +++ PKGBUILD 2022-09-28 21:26:39 UTC (rev 1315715) @@ -3,21 +3,21 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.22 -pkgrel=28 +pkgver=3.3.23 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-auto-update' 'haskell-bsb-http-chunked' - 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' - 'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' - 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' - 'haskell-unliftio' 'haskell-vault' 'haskell-wai' 'haskell-word8' 'haskell-x509') -makedepends=('ghc' 'haskell-async' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' - 'haskell-hspec-discover' 'haskell-hunit' 'haskell-quickcheck') +depends=('ghc-libs' 'haskell-auto-update' 'haskell-bsb-http-chunked' 'haskell-case-insensitive' + 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' 'haskell-http2' + 'haskell-iproute' 'haskell-network' 'haskell-recv' 'haskell-simple-sendfile' + 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-unliftio' + 'haskell-vault' 'haskell-wai' 'haskell-word8' 'haskell-x509') +makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hspec-discover' + 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('5426c419742f815a3ce034da6570b1d6775699ee161ab4ec22c553382f76dc45097b1e3f9c4d05979160af04e16fe6a6a601203adbe15e6911d10c455e207807') +sha512sums=('c4e7f3efe67cda1da41ecf9d018b6c53767194d9bb6b883cb99679290f3f6fb1816067335fac30bf00b413d16b837413c8d7d26f85fbcebf0f0dd3e67a288697') build() { cd $_hkgname-$pkgver
