Skip to content

Commit ca6cf1e

Browse files
committed
match up the cabal versions in travis better
1 parent db5a0f9 commit ca6cf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
include:
3131
- compiler: "ghc-8.6.2"
3232
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
33-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.6.2], sources: [hvr-ghc]}}
33+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
3434
- compiler: "ghc-8.4.3"
3535
env: TESTTARGETS="vector:vector-tests-O0" # https://ghc.haskell.org/trac/ghc/ticket/13535
3636
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}

0 commit comments

Comments
 (0)