[arch-commits] Commit in cabal-install/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Jan 16 04:18:20 UTC 2016


    Date: Saturday, January 16, 2016 @ 05:18:19
  Author: fyan
Revision: 156844

upgpkg: cabal-install 1.22.7.0-3

rebuild with base-orphans-0.5.0, exceptions-0.8.1, free-4.12.2, HTTP-4000.3.1, reflection-2.1.1.1

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 04:01:34 UTC (rev 156843)
+++ PKGBUILD	2016-01-16 04:18:19 UTC (rev 156844)
@@ -6,7 +6,7 @@
 
 pkgname=cabal-install
 pkgver=1.22.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install"
 license=('custom:BSD3')
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz")
 md5sums=('12f26ad8585a17a50cdde1a0ea7556d3')
 
+prepare() {
+  sed -e 's/HTTP       >= 4000.2.5 && < 4000.3,/HTTP       >= 4000.2.5 \&\& < 4000.4,/' \
+      -i $pkgname-$pkgver/$pkgname.cabal
+}
+
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
 



More information about the arch-commits mailing list