aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-10 21:41:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-10 21:41:41 -0700
commitee4e658693b3353eca2416ad2882a4f6eddc04da (patch)
treeb96557273cf9218b9c6bc13b2355378109cc135d
parent8dcb41f1ba1c6eef47fcfc4de190fe3ebf5d8000 (diff)
downloadpandoc-ee4e658693b3353eca2416ad2882a4f6eddc04da.tar.gz
travis: Fix ghc version label for stack build.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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