[arch-commits] Commit in haskell-warp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 3 16:56:52 UTC 2019


    Date: Saturday, August 3, 2019 @ 16:56:52
  Author: felixonmars
Revision: 497204

upgpkg: haskell-warp 3.3.0-1

rebuild with http2 2.0.3, warp 3.3.0

Modified:
  haskell-warp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-03 16:55:33 UTC (rev 497203)
+++ PKGBUILD	2019-08-03 16:56:52 UTC (rev 497204)
@@ -3,8 +3,8 @@
 
 _hkgname=warp
 pkgname=haskell-warp
-pkgver=3.2.27
-pkgrel=44
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-async' '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-unix-compat' 'haskell-vault'
+         'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-vault'
          'haskell-wai' 'haskell-word8')
 makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit'
              'haskell-lifted-base' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('34d66ba4dc7be03215ad22f6f47e5d7b1786227c416e49b2a97f5a252cfa0b3edfdf6a76390065c26dbfac728c837eecc57493055f28bc4137945343f8d435b0')
+sha512sums=('f897ffb97e5fd73de0dcbc1513df3603289b46873e2008af5f6f845a665e33ab2bb9810b70c4eca7b4a3af89b9df4de1a40a75291a4b28044318bb067c2424ca')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list