Date: Thursday, May 27, 2021 @ 17:25:49 Author: felixonmars Revision: 949074
upgpkg: haskell-warp-tls 3.3.1-1: rebuild with warp-tls 3.3.1 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-27 17:25:27 UTC (rev 949073) +++ PKGBUILD 2021-05-27 17:25:49 UTC (rev 949074) @@ -3,18 +3,18 @@ _hkgname=warp-tls pkgname=haskell-warp-tls -pkgver=3.3.0 -pkgrel=191 +pkgver=3.3.1 +pkgrel=1 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="https://github.com/yesodweb/wai" license=("MIT") arch=('x86_64') depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" "haskell-network" - "haskell-streaming-commons" "haskell-tls" "haskell-tls-session-manager" "haskell-wai" - "haskell-warp") + "haskell-streaming-commons" "haskell-tls" "haskell-tls-session-manager" "haskell-unliftio" + "haskell-wai" "haskell-warp") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('238f698b3f18b9cc681bbb7fb4e6e086dacc32f74c31452bbb35381abf6cc4866d9feca44394733773bef4cb16e2f36a829c7c931a9ef3f2d7a4b4b857e8f242') +sha512sums=('d13699f89f1e485cb4ad284b8c0b31a66476db17104f640a20f0c96eca6b5c6fa2b44f013e812bea16135e1bb8e24835b0010e9e553d34e1eccdb52b384ac1bc') build() { cd $_hkgname-$pkgver
