Skip to content

Commit

Permalink
bootstrap.sh: install network-uri before HTTP
Browse files Browse the repository at this point in the history
HTTP might need network-uri.
  • Loading branch information
tibbe committed Jan 4, 2015
1 parent e682847 commit b22244c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cabal-install/bootstrap.sh
Expand Up @@ -231,14 +231,15 @@ do_pkg "mtl" ${MTL_VER} ${MTL_VER_REGEXP}
do_pkg "text" ${TEXT_VER} ${TEXT_VER_REGEXP}
do_pkg "parsec" ${PARSEC_VER} ${PARSEC_VER_REGEXP}
do_pkg "network" ${NETWORK_VER} ${NETWORK_VER_REGEXP}

# We conditionally install network-uri, depending on the network version.
do_network_uri_pkg

do_pkg "HTTP" ${HTTP_VER} ${HTTP_VER_REGEXP}
do_pkg "zlib" ${ZLIB_VER} ${ZLIB_VER_REGEXP}
do_pkg "random" ${RANDOM_VER} ${RANDOM_VER_REGEXP}
do_pkg "stm" ${STM_VER} ${STM_VER_REGEXP}

# We conditionally install network-uri, depending on the network version.
do_network_uri_pkg

install_pkg "cabal-install"

echo
Expand Down

0 comments on commit b22244c

Please sign in to comment.