Add a travis build for ghc 8.2.1 + cabal 2.0.
This commit is contained in:
parent
c80e26f888
commit
ef209ebad2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue