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

Felix Yan felixonmars at archlinux.org
Sun Aug 4 02:49:06 UTC 2019


    Date: Sunday, August 4, 2019 @ 02:49:05
  Author: felixonmars
Revision: 497230

upgpkg: haskell-http-conduit 2.3.7.1-47

rebuild with http2 2.0.3, warp 3.3.0

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-03 17:50:21 UTC (rev 497229)
+++ PKGBUILD	2019-08-04 02:49:05 UTC (rev 497230)
@@ -4,7 +4,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.7.1
-pkgrel=46
+pkgrel=47
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="https://www.yesodweb.com/book/http-conduit"
 license=("BSD")
@@ -20,6 +20,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('39308e85a9b8c292930803b0b0bb00d4fb58e64e3a8273a30fee4f6016fe18ae9cbd75ece5b67ff88237d87c0b895896b9d715eaa45d396f3baf1deb2b8388ba')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *3.3/<4/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list