diff --git a/.travis.yml b/.travis.yml
index 1078b71fb74c19bb115c796d44afd04d340a465f..5799ed47080922a5c8e20d91798adc8559288323 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,9 +31,9 @@ matrix:
     - env: CABALVER=1.22 GHCVER=7.10.3
       compiler: ": #GHC 7.10.3"
       addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
-    - env: CABALVER=1.24 GHCVER=8.0.1
-      compiler: ": #GHC 8.0.1"
-      addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
+    - env: CABALVER=1.24 GHCVER=8.0.2
+      compiler: ": #GHC 8.0.2"
+      addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
     - env: CABALVER=head GHCVER=head
       compiler: ": #GHC head"
       addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
diff --git a/exceptions.cabal b/exceptions.cabal
index 402bd0648fcbbe923ff873cdf5e5131b606eb07b..8360518f3c909ce07e87ee0ff2a25a888e743371 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -12,7 +12,7 @@ bug-reports:   http://github.com/ekmett/exceptions/issues
 copyright:     Copyright (C) 2013-2015 Edward A. Kmett
                Copyright (C) 2012 Google Inc.
 build-type:    Simple
-tested-with:   GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.0.20150307
+tested-with:   GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
 synopsis:      Extensible optionally-pure exceptions
 description:   Extensible optionally-pure exceptions