diff options
-rwxr-xr-x | .circleci/prepare-system.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/prepare-system.sh b/.circleci/prepare-system.sh index 84fd5135be..9f9bb93d58 100755 --- a/.circleci/prepare-system.sh +++ b/.circleci/prepare-system.sh @@ -44,7 +44,8 @@ case "$(uname)" in if [[ -n ${TARGET:-} ]]; then fail "uname=$(uname) not supported for cross-compilation" fi - brew install ghc cabal-install python3 ncurses gmp + brew install ghc cabal-install ncurses gmp + brew upgrade python3 cabal update cabal install --reinstall alex happy haddock hscolour --index-state=$hackage_index_state # put them on the $PATH, don't fail if already installed |