From 18be74ef58deea856c1be44762594e278b34e3fa Mon Sep 17 00:00:00 2001
From: Johan Tibell <johan.tibell@gmail.com>
Date: Fri, 18 Apr 2014 12:54:29 +0200
Subject: [PATCH] bootstrap: use network-2.5.0.0 as HTTP doesn't build with 2.5

---
 cabal-install/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh
index 58456ad519..5d2a7b6d84 100755
--- a/cabal-install/bootstrap.sh
+++ b/cabal-install/bootstrap.sh
@@ -124,7 +124,7 @@ DEEPSEQ_VER="1.3.0.2"; DEEPSEQ_VER_REGEXP="1\.[1-9]\."
                        # >= 1.1 && < 2
 TEXT_VER="1.1.0.1";    TEXT_VER_REGEXP="((1\.[01]\.)|(0\.([2-9]|(1[0-1]))\.))"
                        # >= 0.2 && < 1.2
-NETWORK_VER="2.5.0.0"; NETWORK_VER_REGEXP="2\.[0-5]\."
+NETWORK_VER="2.4.2.3"; NETWORK_VER_REGEXP="2\.[0-5]\."
                        # >= 2.0 && < 2.6
 CABAL_VER="1.20.0.0";  CABAL_VER_REGEXP="1\.2[01]\."
                        # >= 1.20 && < 1.21
-- 
GitLab