From 5e61441733414ddb91ead505dca58453eef1a991 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 29 Dec 2018 19:18:01 +0100 Subject: Downgrading ghc --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da93acf..d1148d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ before_install: - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - stack config set system-ghc --global true - - export PATH=/opt/ghc/8.6.3/bin:$PATH + - export PATH=/opt/ghc/8.4.4/bin:$PATH addons: apt: sources: - hvr-ghc packages: - - ghc-8.6.3 + - ghc-8.4.4 script: - stack --no-terminal --skip-ghc-check test -- cgit