Index: b/snap-core.cabal
===================================================================
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -1,6 +1,7 @@
 cabal-version:  2.2
 name:           snap-core
 version:        1.0.5.1
+x-revision:     7
 synopsis:       Snap: A Haskell Web Framework (core interfaces and types)
 
 description:
@@ -36,12 +37,13 @@ bug-reports:    https://github.com/snapf
 category:       Web, Snap, IO-Streams
 
 tested-with:
-  GHC == 8.6.5
   GHC == 8.8.4
   GHC == 8.10.7
   GHC == 9.0.2
-  GHC == 9.2.5
-  GHC == 9.4.4
+  GHC == 9.2.8
+  GHC == 9.4.7
+  GHC == 9.6.3
+  GHC == 9.8.1
 
 extra-source-files:
   test/TestSuite.hs,
@@ -143,25 +145,25 @@ Library
   build-depends:
     HUnit                     >= 1.2     && < 2,
     attoparsec                >= 0.12    && < 0.15,
-    bytestring                >= 0.9     && < 0.12,
+    bytestring                >= 0.9     && < 0.13,
     bytestring-builder        >= 0.10.4  && < 0.11,
     case-insensitive          >= 1.1     && < 1.3,
-    containers                >= 0.3     && < 1.0,
+    containers                >= 0.3     && < 1,
     directory                 >= 1       && < 2,
-    filepath                  >= 1.1     && < 2.0,
+    filepath                  >= 1.1     && < 2,
     lifted-base               >= 0.1     && < 0.3,
     io-streams                >= 1.3     && < 1.6,
-    hashable                  >= 1.2.0.6 && < 1.5,
+    hashable                  >= 1.2.0.6 && < 2,
     monad-control             >= 1.0     && < 1.1,
     mtl                       >= 2.0     && < 2.4,
     random                    >= 1       && < 2,
     readable                  >= 0.1     && < 0.4,
     regex-posix               >= 0.95    && < 1,
-    text                      >= 0.11    && < 2.1,
-    time                      >= 1.0     && < 1.14,
+    text                      >= 0.11    && < 2.2,
+    time                      >= 1.0     && < 2,
     transformers              >= 0.3     && < 0.7,
     transformers-base         >= 0.4     && < 0.5,
-    unix-compat               >= 0.3     && < 0.7,
+    unix-compat               >= 0.3     && < 0.8,
     unordered-containers      >= 0.1.4.3 && < 0.3,
     vector                    >= 0.6     && < 0.14
 
@@ -199,7 +201,7 @@ Library
   if flag(network-uri)
     -- Leaving network-uri-2.7.0.0 out for now because it is marked deprecated
     build-depends: network-uri >= 2.6 && < 2.7,
-                   network     >= 2.6 && < 3.2
+                   network     >= 2.6 && < 4
   else
     build-depends: network-uri >= 2.5 && < 2.6,
                    network     >= 2.3 && < 2.6
@@ -281,12 +283,12 @@ Test-suite testsuite
     vector,
     --------------------------------------------------------------------------
     QuickCheck                 >= 2.3.0.2  && <3,
-    deepseq                    >= 1.1      && < 1.5,
+    deepseq                    >= 1.1      && <1.6,
     parallel                   >= 3        && <4,
     test-framework             >= 0.8.0.3  && <0.9,
     test-framework-hunit       >= 0.2.7    && <0.4,
     test-framework-quickcheck2 >= 0.2.12.1 && <0.4,
-    zlib                       >= 0.5      && <0.7
+    zlib                       >= 0.5      && <0.8
 
   if flag(network-uri)
     build-depends: network-uri,
@@ -326,4 +328,4 @@ Test-suite testsuite
 
 source-repository head
   type:     git
-  location: git://github.com/snapframework/snap-core.git
+  location: https://github.com/snapframework/snap-core.git
