diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-05-30 13:32:51 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-05-30 13:32:51 -0700 | 
| commit | a8e196685745fd0dc9b0c98362b453bf359effb4 (patch) | |
| tree | 32aa2aec689d90d71407f022b2cc0c50ff9e7c61 | |
| parent | efe35757969d6efb5c64e9e4beddcbdf5a5fedbe (diff) | |
| download | pandoc-a8e196685745fd0dc9b0c98362b453bf359effb4.tar.gz | |
Fixed cabal versions in travis.
| -rw-r--r-- | .travis.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.travis.yml b/.travis.yml index 86a0df56a..d6db720e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,16 +34,16 @@ matrix:    # don't build benchmarks for ghc 7.10.3, because build takes too long...    - env: BUILD=cabal GHCVER=7.10.3 CABALVER=2.0 OPTS="-O0 -Wall -fno-warn-unused-do-bind -Werror" FLAGS="fast embed_data_files" CABALARGS=""      compiler: ": #GHC 7.10.3" -    addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5], sources: [hvr-ghc]}} +    addons: {apt: {packages: [cabal-install-2.0,ghc-7.10.3,happy-1.19.5], sources: [hvr-ghc]}}    # don't build benchmarks for ghc 8.0.2, because build takes too long...    - env: BUILD=cabal GHCVER=8.0.2 CABALVER=2.0 OPTS="-O0 -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -fno-warn-unused-do-bind -Werror" FLAGS="fast" CABALARGS=""      compiler: ": #GHC 8.0.2" -    addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}} +    addons: {apt: {packages: [cabal-install-2.0,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}}    - env: BUILD=cabal GHCVER=8.2.2 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.2.2" -    addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2,happy-1.19.5], sources: [hvr-ghc]}} +    addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5], sources: [hvr-ghc]}}    - env: BUILD=cabal GHCVER=8.2.2 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.2.2" | 
