diff options
author | David Feuer <David.Feuer@gmail.com> | 2018-03-02 01:52:51 -0500 |
---|---|---|
committer | David Feuer <David.Feuer@gmail.com> | 2018-03-02 01:52:51 -0500 |
commit | 5177e14b47ccc4a27a38ff7108c1459c83d448ad (patch) | |
tree | 6fad4a774445c84295bb1fd4d3909ebc5ffc93d1 | |
parent | 5964d8a1e6788fe0d3e367913b4254b3d5cb7022 (diff) | |
download | haskell-wip/docker-ghcci.tar.gz |
Darwin Python installationwip/docker-ghcci
-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 |