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

Felix Yan felixonmars at archlinux.org
Sat May 19 18:50:52 UTC 2018


    Date: Saturday, May 19, 2018 @ 18:50:52
  Author: felixonmars
Revision: 324797

upgpkg: haskell-http-conduit 2.3.1-1

rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 18:49:45 UTC (rev 324796)
+++ PKGBUILD	2018-05-19 18:50:52 UTC (rev 324797)
@@ -4,22 +4,21 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.2.4
-pkgrel=90
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-exceptions'
-         'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base'
-         'haskell-monad-control' 'haskell-resourcet')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-http-client'
+         'haskell-http-client-tls' 'haskell-http-types' 'haskell-resourcet' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-connection'
              'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 'haskell-hspec'
              'haskell-lifted-base' 'haskell-network' 'haskell-streaming-commons' 'haskell-temporary'
-             'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit' 'haskell-warp'
-             'haskell-warp-tls')
+             'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit'
+             'haskell-warp' 'haskell-warp-tls')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('67106bac629e82b271b9c692ef115962775bc605385b008bc1c7453204c20039ab6157b3db2ca707383b877f1e1c63750a3a28bd1ae566fadc0b4e07922f5b63')
+sha512sums=('d63fc7e8a2ee7eab305205a633829d17433c7fb6db1f32bd32bdb260abdec3b79ac86f54effe98c5c7c904d5c4b426b887ef8bc1c4cbc33cbb3a5813b24efc28')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list