diff --git a/.travis.yml b/.travis.yml
index 6519f1e629bdff76f2dcef5d8d3d5fdeccf59f3b..02bdaf0ce4f8c6f6bfde283cf864aaa326c1d0ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ env:
  - GHCVER=7.6.3
  - GHCVER=7.8.4
  - GHCVER=7.10.3
- - GHCVER=8.0.1
+ - GHCVER=8.0.2
  - GHCVER=head
 
 matrix:
diff --git a/filepath.cabal b/filepath.cabal
index 51e845b7e22c2a298dd8d3322302d6a359bdd3cc..93d64056bf719d48d34255b34cc06c8cc0bb1dad 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -12,7 +12,7 @@ homepage:       https://github.com/haskell/filepath#readme
 category:       System
 build-type:     Simple
 synopsis:       Library for manipulating FilePaths in a cross platform way.
-tested-with:    GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+tested-with:    GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
 description:
     This package provides functionality for manipulating @FilePath@ values, and is shipped with both <https://www.haskell.org/ghc/ GHC> and the <https://www.haskell.org/platform/ Haskell Platform>. It provides three modules:
     .