Date: Wednesday, June 8, 2022 @ 07:15:58 Author: felixonmars Revision: 1228760
upgpkg: haskell-warp 3.3.21-1: rebuild with warp 3.3.21 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-08 07:13:55 UTC (rev 1228759) +++ PKGBUILD 2022-06-08 07:15:58 UTC (rev 1228760) @@ -3,8 +3,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.20 -pkgrel=40 +pkgver=3.3.21 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -15,9 +15,9 @@ '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') + 'haskell-hspec-discover' 'haskell-hunit' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('5ba8818b637e00deefc219d29b01a108669f0ca86df9404b92834e8409f6df573ee12ff7358aff6e401ad6530093f9d86a8eb3991cbc560f2491d2552c3dee27') +sha512sums=('7f181669d9f10f88d14f8f1dc3acb6c08f41c8f4565f371f7fe4b89b3fde411a0190e50f003b07a239ba25ea71dbafaa16cb9e77effbe574bec929ea29646f37') build() { cd $_hkgname-$pkgver
