Skip to content

Commit

Permalink
Workaround for a cabal bug introduced from 2.0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Sep 3, 2017
1 parent 3ac6d0a commit 0e42b06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ cache:
matrix:
fast_finish: true
include:
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 7.10.3"
addons:
apt:
packages:
- cabal-install-1.22
- cabal-install-2.0
- ghc-7.10.3
- happy-1.19.5
- alex-3.1.7
Expand All @@ -22,12 +22,12 @@ matrix:
- c2hs
sources:
- hvr-ghc
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7 RUN_TESTS=--run-tests
compiler: ": #GHC 8.0.2"
addons:
apt:
packages:
- cabal-install-1.24
- cabal-install-2.0
- ghc-8.0.2
- happy-1.19.5
- alex-3.1.7
Expand Down

0 comments on commit 0e42b06

Please sign in to comment.