diff options
Diffstat (limited to '.circleci')
-rwxr-xr-x | .circleci/prepare-system.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/prepare-system.sh b/.circleci/prepare-system.sh index 4b0218e63b..193fac9a2d 100755 --- a/.circleci/prepare-system.sh +++ b/.circleci/prepare-system.sh @@ -52,7 +52,7 @@ case "$(uname)" in if [[ -n ${TARGET:-} ]]; then fail "uname=$(uname) not supported for cross-compilation" fi - brew install ghc cabal-install python3 ncurses + brew install ghc cabal-install python3 ncurses gmp 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 |