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

Felix Yan felixonmars at archlinux.org
Tue Jul 5 05:54:16 UTC 2016


    Date: Tuesday, July 5, 2016 @ 05:54:16
  Author: felixonmars
Revision: 182255

upgpkg: haskell-http-client 0.5.0-1

rebuild with aeson-compat-0.3.5.0, chunked-data-0.3.0, conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-http-client/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 05:53:50 UTC (rev 182254)
+++ PKGBUILD	2016-07-05 05:54:16 UTC (rev 182255)
@@ -4,18 +4,18 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.30
+pkgver=0.5.0
 pkgrel=1
-pkgdesc="An HTTP client engine, intended as a base layer for more user-friendly packages."
+pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-case-insensitive"
-         "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" "haskell-http-types"
-         "haskell-mime-types" "haskell-network" "haskell-network-uri" "haskell-random"
-         "haskell-streaming-commons" "haskell-text")
+         "haskell-cookie" "haskell-exceptions" "haskell-http-types" "haskell-mime-types"
+         "haskell-network" "haskell-network-uri" "haskell-random" "haskell-streaming-commons"
+         "haskell-text")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('4ebd1e4a1d98f4a5f37e004684679cbdc974c1801219900f258b246b713a6926')
+sha256sums=('5915ab9377690d4cb497440d7294e5e14265f2fe74d79b7e484a3883a383ca9a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list