--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,6 +1,7 @@
 Cabal-Version: >= 1.10
 Name: HTTP
 Version: 4000.4.1
+x-revision: 6
 Build-type: Simple
 License: BSD3
 License-file: LICENSE
@@ -57,9 +58,20 @@ Description:
 Extra-Source-Files: CHANGES
 
 tested-with:
-  GHC==9.2.1, GHC==9.0.1,
-  GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
-  GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
+  GHC == 9.12.1
+  GHC == 9.10.1
+  GHC == 9.8.4
+  GHC == 9.6.6
+  GHC == 9.4.8
+  GHC == 9.2.8
+  GHC == 9.0.2
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  -- CI failing for GHC 8.0 because of https://github.com/haskell/cabal/issues/10379
+  -- GHC == 8.0.2
 
 Source-Repository head
   type: git
@@ -109,17 +121,17 @@ Library
   -- note the test harness constraints should be kept in sync with these
   -- where dependencies are shared
   build-depends:
-      base          >= 4.6.0.0   && < 4.17
+      base          >= 4.6.0.0   && < 4.22
     , array         >= 0.3.0.2   && < 0.6
-    , bytestring    >= 0.9.1.5   && < 0.12
+    , bytestring    >= 0.9.1.5   && < 0.13
     , parsec        >= 2.0       && < 3.2
-    , time          >= 1.1.2.3   && < 1.13
+    , time          >= 1.1.2.3   && < 1.15
     , transformers  >= 0.2.0.0   && < 0.7
         -- transformers-0.2.0.0 is the first to have Control.Monad.IO.Class
     -- The following dependencies are refined by flags, but they should
     -- still be mentioned here on the top-level.
     , mtl           >= 2.0.0.0   && < 2.4
-    , network       >= 2.4       && < 3.2
+    , network       >= 2.4       && < 3.3
 
   default-language: Haskell98
   default-extensions: FlexibleInstances
@@ -133,7 +145,7 @@ Library
     ghc-options:      -Werror
 
   if os(windows)
-    Build-depends: Win32 >= 2.2.0.0 && < 2.14
+    Build-depends: Win32 >= 2.2.0.0 && < 2.15
 
 Test-Suite test
   type: exitcode-stdio-1.0
@@ -156,7 +168,7 @@ Test-Suite test
     , mtl
     , network
     -- extra dependencies
-    , deepseq               >= 1.3.0.0  && < 1.5
+    , deepseq               >= 1.3.0.0  && < 1.6
     , httpd-shed            >= 0.4      && < 0.5
     , HUnit                 >= 1.2.0.1  && < 1.7
     , pureMD5               >= 0.2.4    && < 2.2
