Index: b/reactive-banana.cabal
===================================================================
--- a/reactive-banana.cabal
+++ b/reactive-banana.cabal
@@ -1,5 +1,6 @@
 Name:                reactive-banana
 Version:             1.3.2.0
+x-revision: 6
 Synopsis:            Library for functional reactive programming (FRP).
 Description:
     Reactive-banana is a library for Functional Reactive Programming (FRP).
@@ -25,12 +26,18 @@ Maintainer:          Heinrich Apfelmus <
 Category:            FRP
 Cabal-version:       1.18
 Build-type:          Simple
-Tested-with:         GHC == 9.4.1
-                   , GHC == 9.2.4
-                   , GHC == 8.10.7
-                   , GHC == 8.8.4
-                   , GHC == 8.6.5
-                   , GHC == 8.4.4
+Tested-with:
+  GHC ==8.4.4
+   || ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.7
+   || ==9.8.4
+   || ==9.10.2
+   || ==9.12.2
 
 extra-source-files:     CHANGELOG.md,
                         doc/examples/*.hs
@@ -45,17 +52,18 @@ Library
     default-language:   Haskell98
     hs-source-dirs:     src
 
-    build-depends:      base >= 4.2 && < 5,
-                        deepseq >= 1.4.3.0 && < 1.5,
-                        semigroups >= 0.13 && < 0.21,
-                        containers >= 0.5 && < 0.7,
-                        transformers >= 0.2 && < 0.7,
-                        vault == 0.3.*,
-                        unordered-containers >= 0.2.1.0 && < 0.3,
-                        hashable >= 1.1 && < 1.5,
-                        pqueue >= 1.0 && < 1.5,
-                        stm >= 2.5 && < 2.6,
-                        these >= 0.2 && < 1.2
+    build-depends:
+        base                  >=4.2     && <5
+      , containers            >=0.5     && <0.9
+      , deepseq               >=1.4.3.0 && <1.6
+      , hashable              >=1.1     && <1.6
+      , pqueue                >=1.0     && <1.7
+      , semigroups            >=0.13    && <0.21
+      , stm                   >=2.5     && <2.6
+      , these                 >=0.2     && <1.3
+      , transformers          >=0.2     && <0.7
+      , unordered-containers  >=0.2.1.0 && <0.3
+      , vault                 >=0.3     && <0.4
 
     exposed-modules:
                         Control.Event.Handler,
@@ -100,7 +108,7 @@ Test-Suite unit
                         Reactive.Banana.Test.Low.GraphGC
     build-depends:      base >= 4.7 && < 5,
                         containers,
-                        deepseq >= 1.4.3.0 && < 1.5,
+                        deepseq >= 1.4.3.0 && < 1.6,
                         hashable,
                         pqueue,
                         reactive-banana,
@@ -108,8 +116,8 @@ Test-Suite unit
                         transformers,
                         tasty,
                         tasty-hunit,
-                        tasty-quickcheck >= 0.10.1.2 && < 0.11,
-                        QuickCheck >= 2.10 && < 2.15,
+                        tasty-quickcheck >= 0.10.1.2 && < 0.12,
+                        QuickCheck            >=2.10     && <2.18,
                         unordered-containers,
                         vault,
                         these
