Skip to content

Commit

Permalink
Use GHC 8.2.2 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 22, 2017
1 parent 4801528 commit 9af288f
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 @@ -41,9 +41,9 @@ matrix:
- compiler: "ghc-8.0.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.2.1"
- compiler: "ghc-8.2.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.1], sources: [hvr-ghc]}}
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}

before_install:
- HC=${CC}
Expand Down
2 changes: 1 addition & 1 deletion criterion.cabal
Expand Up @@ -23,7 +23,7 @@ tested-with:
GHC==7.8.4,
GHC==7.10.3,
GHC==8.0.2,
GHC==8.2.1
GHC==8.2.2

data-files:
templates/*.css
Expand Down

0 comments on commit 9af288f

Please sign in to comment.