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

Felix Yan felixonmars at archlinux.org
Fri Sep 16 07:36:28 UTC 2016


    Date: Friday, September 16, 2016 @ 07:36:27
  Author: felixonmars
Revision: 189471

upgpkg: haskell-http-client-tls 0.3.2-1

rebuild with QuickCheck-2.9.2, aeson-compat-0.3.6, aeson-pretty-0.8.2, attoparsec-0.13.1.0, conduit-combinators-1.0.6, cryptonite-0.20, darcs-2.12.4, generic-deriving-1.11.1, hOpenPGP-2.5.2, hpack-0.15.0, hasktags-0.69.2.1, hoogle-5.0.4, hopenpgp-tools-0.19.3, http-client-0.5.3.2, http-client-tls-0.3.2, http-conduit-2.2.2. math-functions-0.2.0.2. mono-traversable-1.0.1, optparse-applicative-0.13.0.0, stack-1.2.0, x509-1.6.4, x509-validation-1.6.4, yaml-0.8.18.6, zip-archive-0.3.0.5

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-16 07:36:15 UTC (rev 189470)
+++ PKGBUILD	2016-09-16 07:36:27 UTC (rev 189471)
@@ -4,16 +4,17 @@
 
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
-pkgver=0.3.0
-pkgrel=9
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-connection" "haskell-data-default-class" "haskell-http-client"
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" "haskell-cryptonite"
+         "haskell-data-default-class" "haskell-http-client" "haskell-http-types" "haskell-memory"
          "haskell-network" "haskell-tls")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('811b30a53156dc12e3eb34f8921778f081521ef388b7f4d7ce6c59d086cb3358')
+sha256sums=('224a7df397c7b78d43bcce9ac2754e97dde26613369f6e0557b62dfcff238307')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list