Skip to content

Commit

Permalink
travis: update GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Sep 26, 2019
1 parent 5871930 commit 782bbb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -25,9 +25,12 @@ matrix:
- env: CABALVER=2.0 GHCVER=8.2.2
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.4.3
compiler: ": #GHC 8.4.3"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.3,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.4.4
compiler: ": #GHC 8.4.4"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.4.4,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.6.5
compiler: ": #GHC 8.6.5"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.6.5,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down
3 changes: 2 additions & 1 deletion sign.cabal
Expand Up @@ -22,7 +22,8 @@ Tested-With:
GHC ==7.10.3
GHC ==8.0.2
GHC ==8.2.2
GHC ==8.4.3
GHC ==8.4.4
GHC ==8.6.5

source-repository head
type: git
Expand Down

0 comments on commit 782bbb0

Please sign in to comment.