Revert "travis: REALLY use cabal 2.2 with ghc 7.10."
This reverts commit f6465e02a6
.
This commit is contained in:
parent
f6465e02a6
commit
72a76d5187
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ matrix:
|
|||
# don't build benchmarks for ghc 7.10.3, because build takes too long...
|
||||
- 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.2,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=""
|
||||
|
|
Loading…
Reference in a new issue