Skip to content

Commit

Permalink
Add GHC 8.2.1 Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 31, 2017
1 parent f06dedf commit 69e2f8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,alex-3.1.4,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down
2 changes: 1 addition & 1 deletion rcu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage: http://github.com/ekmett/rcu/
bug-reports: http://github.com/ekmett/rcu/issues
copyright: Copyright (C) 2015 Edward A. Kmett, Theodore Rhys Cooper
build-type: Custom
tested-with: GHC == 7.10.3, GHC == 8.0.2
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
synopsis: Read-Copy-Update for Haskell
description: Read-Copy-Update for Haskell

Expand Down

0 comments on commit 69e2f8a

Please sign in to comment.