From ee4e658693b3353eca2416ad2882a4f6eddc04da Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Sep 2018 21:41:41 -0700 Subject: travis: Fix ghc version label for stack build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b92fe677b..b94c7723b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ matrix: # addons: {apt: {packages: [ghc-8.0.2], sources: [hvr-ghc]}} - env: BUILD=stack ARGS="--resolver lts-12" OPTS="-O0 -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Werror=missing-home-modules -Widentities -Wcpp-undef -Werror" TESTPATTERN="$$0 !~ /Round trip/" - compiler: ": #stack 8.2.2" + compiler: ": #stack 8.4.3" addons: {apt: {packages: [ghc-8.4.3], sources: [hvr-ghc]}} # Nightly builds are allowed to fail -- cgit v1.2.3