Skip to content

Commit e43ce35

Browse files
committed
.travs.yml: Use ghc-7.10.3 instead of 7.10.2
Ghc 7.10.2 changed the show instance for Float/Double which causes test that passed with other GHC versions, failed with ghc-7.10.2.
1 parent adaa971 commit e43ce35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
env:
44
- CABALVER=1.18 GHCVER=7.6.3
55
- CABALVER=1.18 GHCVER=7.8.4
6-
- CABALVER=1.22 GHCVER=7.10.2
6+
- CABALVER=1.22 GHCVER=7.10.3
77
- CABALVER=1.24 GHCVER=8.0.1
88

99
addons:
@@ -13,7 +13,7 @@ addons:
1313
packages:
1414
- ghc-7.6.3
1515
- ghc-7.8.4
16-
- ghc-7.10.2
16+
- ghc-7.10.3
1717
- ghc-8.0.1
1818
- cabal-install-1.18
1919
- cabal-install-1.22

0 commit comments

Comments
 (0)