[commit: ghc] master: CircleCI: Disallow hscolour 1.24.3 (4c65867)

git at git.haskell.org git at git.haskell.org
Wed Nov 29 14:59:42 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4c65867ace4b8d76d12dbfd03ee4d7df81385d30/ghc

>---------------------------------------------------------------

commit 4c65867ace4b8d76d12dbfd03ee4d7df81385d30
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Nov 29 09:58:42 2017 -0500

    CircleCI: Disallow hscolour 1.24.3
    
    This release does not build.


>---------------------------------------------------------------

4c65867ace4b8d76d12dbfd03ee4d7df81385d30
 .circleci/prepare-system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/prepare-system.sh b/.circleci/prepare-system.sh
index c991c1c..c067a78 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



More information about the ghc-commits mailing list