diff --git a/web-routes-th.cabal b/web-routes-th.cabal
--- a/web-routes-th.cabal
+++ b/web-routes-th.cabal
@@ -1,5 +1,5 @@
 Name:             web-routes-th
-Version:          0.22.6.2
+Version:          0.22.6.3
 License:          BSD3
 License-File:     LICENSE
 Author:           jeremy@seereason.com
@@ -12,7 +12,7 @@
                   Template Haskell.
 Cabal-Version:    >= 1.8
 Build-type:       Simple
-tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1
 
 source-repository head
     type:     git
@@ -23,7 +23,7 @@
   main-is          : Test.hs
   hs-source-dirs   : test
   build-depends    : base == 4.*,
-                     hspec >= 2.2 && < 2.5,
+                     hspec >= 2.2 && < 2.6,
                      HUnit,
                      QuickCheck,
                      web-routes,
@@ -32,7 +32,7 @@
 Library
         Build-Depends:    base >= 4 && < 5,
                           parsec >= 2 && < 4,
-                          template-haskell < 2.13,
+                          template-haskell < 2.14,
                           text,
                           split,
                           web-routes >= 0.26
