Date: Thursday, February 9, 2023 @ 22:26:19 Author: felixonmars Revision: 1399174
upgpkg: haskell-warp-tls 3.3.5-1: rebuild with recv 0.1.0, warp 3.3.24, warp-tls 3.3.5 Modified: haskell-warp-tls/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-09 22:26:13 UTC (rev 1399173) +++ PKGBUILD 2023-02-09 22:26:19 UTC (rev 1399174) @@ -3,24 +3,24 @@ _hkgname=warp-tls pkgname=haskell-warp-tls -pkgver=3.3.4 -pkgrel=30 +pkgver=3.3.5 +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" +depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" "haskell-network" "haskell-recv" "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=('9be344b34343d037e75fbcb19eef52b460a7c6f6f5c74b553ea3abfe79bc28b44895cff8a11f69e0453b2e29eddd9972dba55be370788ac8e09014a5be573a54') +sha512sums=('b901f45197c1005c2546b0035acb993d0205bf68ec629eb8ebd33f3cc91552cea1ca2ae714e4173e5b371fda3d9c67894b3e1e907f52ec54892cd9366d5a52d6') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script @@ -29,6 +29,11 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } +check() { + cd $_hkgname-$pkgver + runhaskell Setup test --show-details=direct +} + package() { cd $_hkgname-$pkgver
