Date: Thursday, July 6, 2017 @ 08:17:32 Author: felixonmars Revision: 242507
upgpkg: haskell-warp-tls 3.2.4-1 rebuild with warp-tls,3.2.4 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-06 08:12:26 UTC (rev 242506) +++ PKGBUILD 2017-07-06 08:17:32 UTC (rev 242507) @@ -4,16 +4,17 @@ _hkgname=warp-tls pkgname=haskell-warp-tls -pkgver=3.2.3 -pkgrel=39 +pkgver=3.2.4 +pkgrel=1 pkgdesc="HTTP over TLS support for Warp via the TLS package" url="http://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" "haskell-network" - "haskell-streaming-commons" "haskell-tls" "haskell-wai" "haskell-warp") + "haskell-streaming-commons" "haskell-tls" "haskell-tls-session-manager" "haskell-wai" + "haskell-warp") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292') +sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
