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.7
+Version:             7.3.8
 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/
@@ -10,19 +10,20 @@
 Stability:           Provisional
 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
+Cabal-version:       >=1.10
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
 
 source-repository head
     type:     git
     location: https://github.com/Happstack/happstack-lite.git
 
 Library
+  Default-language: Haskell2010
   Exposed-modules:
                  Happstack.Lite
 
   Build-depends: base             < 5,
-                 bytestring       >= 0.9  && < 0.11,
-                 happstack-server >= 7.1  && < 7.7,
+                 bytestring       >= 0.9  && < 0.12,
+                 happstack-server >= 7.1  && < 7.8,
                  mtl              >= 2    && < 2.3,
-                 text             >= 0.11 && < 1.3
+                 text             >= 0.11 && < 2.1
