Skip to content

Commit

Permalink
Test with GHC 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Nov 24, 2017
1 parent 1f07c58 commit e81fe29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ matrix:
addons: {apt: {packages: [cabal-install-1.24,ghc-7.10.3],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.2
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.2.1
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.2.2
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.2],sources: [hvr-ghc]}}

before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion JuicyPixels-extra.cabal
@@ -1,7 +1,7 @@
name: JuicyPixels-extra
version: 0.2.2
cabal-version: >= 1.18
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
license: BSD3
license-file: LICENSE.md
author: Mark Karpov <markkarpov92@gmail.com>
Expand Down

0 comments on commit e81fe29

Please sign in to comment.