Skip to content

Commit

Permalink
.travs.yml: Use ghc-7.10.3 instead of 7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 7, 2016
1 parent 51705b0 commit 4c7b60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
env:
- CABALVER=1.18 GHCVER=7.6.3
- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.2
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.1

addons:
Expand All @@ -13,7 +13,7 @@ addons:
packages:
- ghc-7.6.3
- ghc-7.8.4
- ghc-7.10.2
- ghc-7.10.3
- ghc-8.0.1
- cabal-install-1.18
- cabal-install-1.22
Expand Down

0 comments on commit 4c7b60b

Please sign in to comment.