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

Felix Yan felixonmars at archlinux.org
Tue Jul 5 10:43:19 UTC 2016


    Date: Tuesday, July 5, 2016 @ 10:43:19
  Author: felixonmars
Revision: 182310

upgpkg: haskell-pipes-http 1.0.3-7

rebuild with aeson-compat-0.3.5.0, authenticate-1.3.3.2, 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-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 10:41:47 UTC (rev 182309)
+++ PKGBUILD	2016-07-05 10:43:19 UTC (rev 182310)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -14,6 +14,12 @@
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
 
+prepare() {
+    sed -e 's/http-client      >= 0.2     && < 0.5 ,/http-client      >= 0.2     \&\& < 0.6 ,/' \
+        -e 's/http-client-tls                < 0.3/http-client-tls                < 0.4/' \
+        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list