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

Felix Yan fyan at archlinux.org
Wed Mar 30 04:19:59 UTC 2016


    Date: Wednesday, March 30, 2016 @ 06:19:59
  Author: fyan
Revision: 168848

upgpkg: haskell-warp 3.2.4-1

rebuild with conduit-extra-1.1.12, wai-3.2.0.1, wai-app-static-3.1.5, warp-3.2.4, yesod-auth-1.4.13, yesod-core-1.4.20, yesod-form-1.4.7, yesod-persistent-1.4.0.4

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 04:08:49 UTC (rev 168847)
+++ PKGBUILD	2016-03-30 04:19:59 UTC (rev 168848)
@@ -4,13 +4,13 @@
 
 _hkgname=warp
 pkgname=haskell-warp
-pkgver=3.2.3
-pkgrel=11
+pkgver=3.2.4
+pkgrel=1
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder"
+depends=("ghc=7.10.3" "haskell-async" "haskell-auto-update" "haskell-blaze-builder"
          "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
          "haskell-http-types" "haskell-http2" "haskell-iproute" "haskell-network"
          "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
@@ -19,7 +19,7 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('3a218d436cd77d41a157e67721ac59892e70f09fcd39594fc4707dabec760ee8')
+sha256sums=('82eb213819d241b18fda6d9d9c1f2336237dbb0741e9eee5dc5cf3731fcef2c1')
 
 prepare() {
     sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal



More information about the arch-commits mailing list