Date: Friday, May 28, 2021 @ 12:30:07 Author: felixonmars Revision: 949698
upgpkg: haskell-warp 3.3.16-1: rebuild with warp 3.3.16 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-28 12:27:21 UTC (rev 949697) +++ PKGBUILD 2021-05-28 12:30:07 UTC (rev 949698) @@ -3,21 +3,21 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.15 -pkgrel=17 +pkgver=3.3.16 +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-async' 'haskell-auto-update' 'haskell-bsb-http-chunked' +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-vault' - 'haskell-wai' 'haskell-word8' 'haskell-x509') -makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' - 'haskell-lifted-base' 'haskell-quickcheck') + '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-hunit' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e2454290aa66e27643e6f74874aa65dec8731b55d5f106262a583563b7d2be8b35d4a222c3cbfbd2f2d61d4a88435fc247c0a469cf2628ebe42a6ff936c78076') +sha512sums=('261fc37f4911bcb3cd335cbd4a1fecc3e03ee18ff5766c5182e2efbed8142cbb38bd404a81cb69eb4132210abb1553a6a5b958bf9808d9566a84e686c292b6a8') build() { cd $_hkgname-$pkgver
