diff --git a/happstack-server-tls.cabal b/happstack-server-tls.cabal
--- a/happstack-server-tls.cabal
+++ b/happstack-server-tls.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-server-tls
-Version:             7.2.1.5
+Version:             7.2.1.6
 Synopsis:            extend happstack-server with https:// support (TLS/SSL)
 Description:         Allows you to use https:// without relying on apache, nginx, etc
 Homepage:            http://www.happstack.com/
@@ -11,7 +11,7 @@
 Category:            Web, Happstack
 Build-type:          Simple
 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.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.1
+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.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.2
 extra-source-files:  README.md
 
 source-repository head
@@ -32,9 +32,9 @@
                        happstack-server      >= 6.6.4 && < 7.10,
                        hslogger              >= 1.1 && < 1.4,
                        HsOpenSSL             >= 0.10 && < 0.12,
-                       network               >  3.0.0 && < 3.2,
+                       network               >  3.0.0 && < 3.3,
                        sendfile              == 0.7.*,
-                       time                  >= 1.2 && < 1.14
+                       time                  >= 1.2 && < 1.15
     -- these extra libraries are not needed to build/install the server
     -- but they do need to be installed if you want to use GHCi or
     -- Template Haskell afterwards
