--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -1,6 +1,7 @@
 Cabal-version: >= 1.10
 Name:          blaze-html
 Version:       0.9.2.0
+x-revision:    1
 Homepage:      http://jaspervdj.be/blaze
 Bug-Reports:   http://github.com/jaspervdj/blaze-html/issues
 License:       BSD3
@@ -19,8 +20,9 @@ Description:
 Build-type:    Simple
 
 Tested-with:
+  GHC == 9.10.1
   GHC == 9.8.2
-  GHC == 9.6.4
+  GHC == 9.6.6
   GHC == 9.4.8
   GHC == 9.2.8
   GHC == 9.0.2
@@ -92,8 +94,8 @@ Test-suite blaze-html-tests
 
   Build-depends:
     HUnit                      >= 1.2 && < 1.7,
-    QuickCheck                 >= 2.4 && < 2.15,
-    containers                 >= 0.3 && < 0.7,
+    QuickCheck                 >= 2.4 && < 3,
+    containers                 >= 0.3 && < 0.8,
     test-framework             >= 0.4 && < 0.9,
     test-framework-hunit       >= 0.3 && < 0.4,
     test-framework-quickcheck2 >= 0.3 && < 0.4,
