--- a/network-uri.cabal
+++ b/network-uri.cabal
@@ -1,5 +1,6 @@
 name:                network-uri
 version:             2.6.4.2
+x-revision: 1
 synopsis:            URI manipulation
 description:
   This package provides facilities for parsing and unparsing URIs, and creating
@@ -46,10 +47,13 @@ category:            Network
 build-type:          Simple
 cabal-version:       >=1.10
 tested-with:
-  GHC ==9.2.2  
+  GHC ==9.8.1
+   || ==9.6.3
+   || ==9.4.7
+   || ==9.2.8
    || ==9.0.2
-   || ==8.10.1
-   || ==8.8.2
+   || ==8.10.7
+   || ==8.8.4
    || ==8.6.5
    || ==8.4.4
    || ==8.2.2
@@ -68,7 +72,7 @@ library
     Network.URI.Static
   build-depends:
     base >= 3 && < 5,
-    deepseq >= 1.1 && < 1.5,
+    deepseq >= 1.1 && < 1.6,
     parsec >= 3.1.12.0 && < 3.2,
     th-compat >= 0.1.1 && < 1.0
   build-depends: template-haskell
