Skip to content

Commit

Permalink
Test with GHC 7.10.3 instead of 7.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Sep 20, 2016
1 parent a7a520b commit 5bcfd81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ matrix:
- env: CABALVER=head GHCVER=7.8.4
compiler: ": #GHC 7.8.4"
addons: {apt: {packages: [cabal-install-head,ghc-7.8.4], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=7.10.2
compiler: ": #GHC 7.10.2"
addons: {apt: {packages: [cabal-install-head,ghc-7.10.2], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=7.10.3
compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-head,ghc-7.10.3], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=8.0.1
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-head,ghc-8.0.1], sources: [hvr-ghc]}}
Expand Down
2 changes: 1 addition & 1 deletion hpqtypes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainer: Andrzej Rybczak <[email protected]>, Jonathan Jouty <jona
category: Database
build-type: Custom
cabal-version: >= 1.18
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1

extra-source-files: CHANGELOG.md
, examples/Catalog.hs
Expand Down

0 comments on commit 5bcfd81

Please sign in to comment.