diff --git a/web-routes-happstack.cabal b/web-routes-happstack.cabal
--- a/web-routes-happstack.cabal
+++ b/web-routes-happstack.cabal
@@ -1,5 +1,5 @@
 Name:             web-routes-happstack
-Version:          0.23.11
+Version:          0.23.12
 License:          BSD3
 License-File:     LICENSE
 Author:           jeremy@seereason.com
@@ -10,12 +10,12 @@
 Description:      Added Happstack class instances for RouteT. Provides a default router for Site.
 Cabal-Version:    >= 1.6
 Build-type:       Simple
-tested-with:      GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+tested-with:      GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.1
 
 Library
         Build-Depends:    base             >= 4      && < 5,
                           bytestring       >= 0.9    && < 0.11,
-                          happstack-server >= 6.6    && < 7.6,
+                          happstack-server >= 6.6    && < 7.7,
                           text             >= 0.11   && < 1.3,
                           web-routes       >= 0.27.1 && < 0.28
         Exposed-Modules:  Web.Routes.Happstack
