diff --git a/.travis.yml b/.travis.yml index ce22982..d36ea80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rcu.cabal b/rcu.cabal index a3096db..95752c2 100644 --- a/rcu.cabal +++ b/rcu.cabal @@ -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