Skip to content
Snippets Groups Projects
Commit 3685942f authored by Bryan R's avatar Bryan R Committed by Marge Bot
Browse files

Actually set hackage index state

Or at least, use a version of the cabal command that *claims* to set the
index state.

Time will tell.
parent 390443b7
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ function set_toolchain_paths() {
function cabal_update() {
# In principle -w shouldn't be necessary here but with
# cabal-install 3.8.1.0 it is, due to cabal#8447.
run "$CABAL" update -w "$GHC" --index="$HACKAGE_INDEX_STATE"
run "$CABAL" update -w "$GHC" "hackage.haskell.org,${HACKAGE_INDEX_STATE}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment