aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-15 23:49:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-15 23:49:48 -0700
commitdaa547562067459e29c33f655767693fa70f8498 (patch)
tree84d5f7a33ac4d14c8214bbb4168ce71590ee74ba
parent1ac56f99df00b96c8f7b1b7dc775246fb62197d2 (diff)
downloadpandoc-daa547562067459e29c33f655767693fa70f8498.tar.gz
Travis: add ghc 8.4.1 cabal build.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f20042da7..c5c735a9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,6 +49,10 @@ matrix:
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5], sources: [hvr-ghc]}}
+ - env: BUILD=cabal GHCVER=8.4.1 CABALVER=2.0 OPTS="-O0 -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror" FLAGS="fast embed_data_files" CABALARGS="--enable-benchmarks"
+ compiler: ": #GHC 8.4.1"
+ addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.1,happy-1.19.5], sources: [hvr-ghc]}}
+
# Build with the newest GHC and cabal-install. This is an accepted failure,
# see below.
# - env: BUILD=cabal GHCVER=head CABALVER=head CABALAGS="--allow-newer"