summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-11-29 17:02:17 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-29 17:03:44 -0500
commitd672b7ffa0cf23fae6bf95731b841105ab4e9c8e (patch)
tree7b9e319572ac798836e5dfc48e320db5872a1f2d /.circleci
parentf246d35995a00808f407f3feb4f8b8faff2f3756 (diff)
downloadhaskell-d672b7ffa0cf23fae6bf95731b841105ab4e9c8e.tar.gz
Darwin: Use gmp from homebrew
As discussed on ghc-devs, OS X appears to ship an old or otherwise broken gmp. https://mail.haskell.org/pipermail/ghc-devs/2017-June/014321.html
Diffstat (limited to '.circleci')
-rwxr-xr-x.circleci/prepare-system.sh2
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