aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-25 07:02:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-25 07:02:43 -0700
commitef209ebad2d8cff1e054ee1ba7f28b08d317f4cf (patch)
tree5ce5a167d690c83d4c6fee866f549f89d5ea847c /.travis.yml
parentc80e26f888bcc5bd59192e40f5332da73767762f (diff)
downloadpandoc-ef209ebad2d8cff1e054ee1ba7f28b08d317f4cf.tar.gz
Add a travis build for ghc 8.2.1 + cabal 2.0.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c684bb687..e014576dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,10 @@ matrix:
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
+ - env: BUILD=cabal GHCVER=8.2.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"
+ compiler: ": #GHC 8.2.1"
+ addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.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