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

Felix Yan fyan at archlinux.org
Sat Apr 16 04:56:36 UTC 2016


    Date: Saturday, April 16, 2016 @ 06:56:35
  Author: fyan
Revision: 171153

upgpkg: haskell-http-conduit 2.1.10-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, wai-logger-2.2.6

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-16 04:45:16 UTC (rev 171152)
+++ PKGBUILD	2016-04-16 04:56:35 UTC (rev 171153)
@@ -4,19 +4,20 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" "haskell-http-client-tls"
-         "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" "haskell-mtl"
-         "haskell-resourcet")
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-data-default-class" "haskell-exceptions" "haskell-http-client"
+         "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+         "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('61a33fce3630b3a7b0740213cc1a4ab7b756103d629bc35d5fd9298bf66481cd')
+sha256sums=('eb68fc0f012f177e6883f042bb2455317ea2b1961dbfeff87d122b0b24f9275f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list