diff --git a/patrol.cabal b/patrol.cabal
--- a/patrol.cabal
+++ b/patrol.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: patrol
-version: 1.2.0.0
+version: 1.2.0.1
 synopsis: Sentry SDK
 description: Patrol is a Sentry SDK.
 build-type: Simple
@@ -22,7 +22,7 @@
   manual: True
 
 common library
-  build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21
+  build-depends: base ^>=4.19 || ^>=4.20 || ^>=4.21 || ^>=4.22
   default-language: Haskell2010
   ghc-options:
     -Weverything
@@ -54,7 +54,7 @@
     aeson ^>=2.1.2.1 || ^>=2.2.2,
     bytestring ^>=0.11.4 || ^>=0.12.0.2,
     case-insensitive ^>=1.2.1,
-    containers ^>=0.6.7 || ^>=0.7,
+    containers ^>=0.6.7 || ^>=0.7 || ^>=0.8,
     exceptions ^>=0.10.7,
     http-client ^>=0.7.17,
     http-client-tls ^>=0.3.6.4,
