Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
d27dd5e5
Commit
d27dd5e5
authored
Dec 31, 2014
by
tibbe
Browse files
bootstrap.sh: HTTP might need network-uri
Fixes #2310.
parent
0bf4e956
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
d27dd5e5
...
...
@@ -382,15 +382,16 @@ do_pkg "transformers" ${TRANS_VER} ${TRANS_VER_REGEXP}
do_pkg
"mtl"
${
MTL_VER
}
${
MTL_VER_REGEXP
}
do_pkg
"text"
${
TEXT_VER
}
${
TEXT_VER_REGEXP
}
do_pkg
"parsec"
${
PARSEC_VER
}
${
PARSEC_VER_REGEXP
}
# We conditionally install network-uri, depending on the network version.
do_network_uri_pkg
do_pkg
"network"
${
NETWORK_VER
}
${
NETWORK_VER_REGEXP
}
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"
# Use the newly built cabal to turn the prefix/package database into a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment