diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 16:52:06 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-28 16:52:06 +0200 |
commit | 3b590b6da281bb2258c425549075bef65ca9456e (patch) | |
tree | 1df7ed78d04b727413c465ff836555595b1027a1 | |
parent | 80cf217c769cff4546da5911fe7c2d62b3046fe7 (diff) | |
download | pandoc-3b590b6da281bb2258c425549075bef65ca9456e.tar.gz |
Travis: use cabal 2.2 with ghc 7.10.
See if that fixes:
cabal: Cannot select only the dependencies (as requested by the
'--only-dependencies' flag), the packages are required by a dependency of one
of the other targets.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 33739adc6..e790c893a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: # We grab the appropriate GHC and cabal-install versions from hvr's PPA. See: # https://github.com/hvr/multi-ghc-travis # 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="" + - env: BUILD=cabal GHCVER=7.10.3 CABALVER=2.2 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-2.0,ghc-7.10.3,happy-1.19.5], sources: [hvr-ghc]}} |