diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 09:58:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 09:59:25 -0500 |
commit | 4c65867ace4b8d76d12dbfd03ee4d7df81385d30 (patch) | |
tree | d193141176f6e72a1be2575cf41b7f50b92d70d5 /.circleci | |
parent | 030d9d476e5f00b62b20b5d3b58b0083ec247826 (diff) | |
download | haskell-4c65867ace4b8d76d12dbfd03ee4d7df81385d30.tar.gz |
CircleCI: Disallow hscolour 1.24.3
This release does not build.
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 c991c1c201..c067a7847b 100755 --- a/.circleci/prepare-system.sh +++ b/.circleci/prepare-system.sh @@ -30,7 +30,7 @@ case "$(uname)" in ncurses-dev git make automake autoconf gcc perl \ python3 texinfo xz-utils lbzip2 patch cabal update - cabal install --reinstall hscolour + cabal install --reinstall hscolour==1.24.2 ln -s $HOME/.cabal/bin/HsColour /usr/local/bin/HsColour echo 'HADDOCK_DOCS = NO' >> mk/build.mk |