diff --git a/happstack-lite.cabal b/happstack-lite.cabal
--- a/happstack-lite.cabal
+++ b/happstack-lite.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-lite
-Version:             7.3.6
+Version:             7.3.7
 Synopsis:            Happstack minus the useless stuff
 Description:         This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack.
 Homepage:            http://www.happstack.com/
@@ -11,6 +11,7 @@
 Category:            Web, Happstack
 Build-type:          Simple
 Cabal-version:       >=1.6
+tested-with:         GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.1
 
 source-repository head
     type:     git
@@ -22,6 +23,6 @@
 
   Build-depends: base             < 5,
                  bytestring       >= 0.9  && < 0.11,
-                 happstack-server >= 7.1  && < 7.5,
+                 happstack-server >= 7.1  && < 7.7,
                  mtl              >= 2    && < 2.3,
                  text             >= 0.11 && < 1.3
