Skip to content

Commit

Permalink
Merge pull request #1637 from tuncer/bootstrap-network-configure
Browse files Browse the repository at this point in the history
Fix boostrap.sh build (network configure)
  • Loading branch information
23Skidoo committed Jan 1, 2014
2 parents 7f9c23d + 03a2ac1 commit 6334e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PREFIX=${PREFIX:-${DEFAULT_PREFIX}}
PARSEC_VER="3.1.4"; PARSEC_VER_REGEXP="[23]\." # == 2.* || == 3.*
DEEPSEQ_VER="1.3.0.2"; DEEPSEQ_VER_REGEXP="1\.[1-9]\." # >= 1.1 && < 2
TEXT_VER="1.0.0.1"; TEXT_VER_REGEXP="((1\.0\.)|(0\.([2-9]|(1[0-1]))\.))" # >= 0.2 && < 1.1
NETWORK_VER="2.4.2.1"; NETWORK_VER_REGEXP="2\." # == 2.*
NETWORK_VER="2.4.2.2"; NETWORK_VER_REGEXP="2\." # == 2.*
CABAL_VER="1.19.2"; CABAL_VER_REGEXP="1\.1[9]\." # >= 1.19 && < 1.20
TRANS_VER="0.3.0.0"; TRANS_VER_REGEXP="0\.[23]\." # >= 0.2.* && < 0.4.*
MTL_VER="2.1.2"; MTL_VER_REGEXP="[2]\." # == 2.*
Expand Down

0 comments on commit 6334e4d

Please sign in to comment.