diff --git a/.travis.yml b/.travis.yml
index fc686757013cc4fdd3fcbe8c54724eaa513632fd..8931df571f0f6143ef517b23ccabf4ac9f6fd3df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ env:
 - GHCVER=7.8.4
 - GHCVER=7.10.3
 - GHCVER=8.0.2
-- GHCVER=8.2.1
+- GHCVER=8.2.2
 - GHCVER=8.4.1
 - GHCVER=head
 
diff --git a/filepath.cabal b/filepath.cabal
index 1c8cd149dffb6760f37587145227db1651a20b87..6439a7d8848b99e76f2b4bd7edc7052aa1f5a5d5 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.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+tested-with:    GHC==8.2.2, 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:
     .