summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-07-24 11:45:54 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-07-24 11:45:54 +0200
commit214e7919b7e8e99a6ffa984a4638ae88647187f4 (patch)
tree7a0438d8bb0cae1ec7d47b642899108f3b58b373 /.travis.yml
parent329b61ff5cbad6297d1ceea5da7f045613e27ec5 (diff)
Revert "Use cabal-2.0 for 8.2.1 (#3814)"
This reverts commit d8f07fad09f3b5b0c586dd8a4ba23b19efef6152.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 567daef50..dbccb151c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,9 +43,9 @@ matrix:
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5], sources: [hvr-ghc]}}
- - env: BUILD=cabal GHCVER=8.2.1 CABALVER=2.0
+ - env: BUILD=cabal GHCVER=8.2.1 CABALVER=1.24
compiler: ": #GHC 8.2.1"
- addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
+ addons: {apt: {packages: [cabal-install-1.24,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.