Skip to content

Commit

Permalink
travis: use GHC-7.10.3 instead of GHC-7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jan 16, 2016
1 parent 9d02d94 commit fd34d27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -18,9 +18,9 @@ matrix:
- env: CABALVER=1.18 GHCVER=7.8.3 COVERAGE=1
compiler: ": #GHC 7.8.3"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.2
compiler: ": #GHC 7.10.2"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3
compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down
2 changes: 1 addition & 1 deletion sign.cabal
Expand Up @@ -20,7 +20,7 @@ Build-Type: Simple
Tested-With:
GHC ==7.6.3
GHC ==7.8.3
GHC ==7.10.2
GHC ==7.10.3

source-repository head
type: git
Expand Down

0 comments on commit fd34d27

Please sign in to comment.