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

Felix Yan felixonmars at archlinux.org
Fri Aug 26 17:55:03 UTC 2016


    Date: Friday, August 26, 2016 @ 17:55:02
  Author: felixonmars
Revision: 187684

upgpkg: haskell-pipes-http 1.0.4-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 17:54:56 UTC (rev 187683)
+++ PKGBUILD	2016-08-26 17:55:02 UTC (rev 187684)
@@ -4,8 +4,8 @@
 
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
-pkgver=1.0.3
-pkgrel=11
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,14 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
 
-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