diff --git a/polysemy-log.cabal b/polysemy-log.cabal
--- a/polysemy-log.cabal
+++ b/polysemy-log.cabal
@@ -5,8 +5,8 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log
-version:        0.2.2.1
-synopsis:       Polysemy effects for logging
+version:        0.2.2.2
+synopsis:       Polysemy Effects for Logging
 description:    See <https://hackage.haskell.org/package/polysemy-log/docs/Polysemy-Log.html>
 category:       Logging
 homepage:       https://github.com/tek/polysemy-log#readme
@@ -107,13 +107,13 @@
       ViewPatterns
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints
   build-depends:
-      ansi-terminal
+      ansi-terminal >=0.10.3
     , base ==4.*
-    , polysemy ==1.5.*
-    , polysemy-conc >=0.1.0.0 && <0.2
-    , polysemy-time >=0.1.1.0 && <0.2
-    , relude >=0.7 && <1.2
-    , string-interpolate
+    , polysemy >=1.5
+    , polysemy-conc >=0.1.0.0
+    , polysemy-time >=0.1.1.0
+    , relude >=0.7
+    , string-interpolate >=0.2.1
     , template-haskell
     , text
     , time
@@ -193,16 +193,16 @@
       ViewPatterns
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
   build-depends:
-      ansi-terminal
+      ansi-terminal >=0.10.3
     , base ==4.*
     , hedgehog
-    , polysemy ==1.5.*
-    , polysemy-conc >=0.1.0.0 && <0.2
+    , polysemy >=1.5
+    , polysemy-conc >=0.1.0.0
     , polysemy-log
     , polysemy-test
-    , polysemy-time >=0.1.1.0 && <0.2
-    , relude >=0.7 && <1.2
-    , string-interpolate
+    , polysemy-time >=0.1.1.0
+    , relude >=0.7
+    , string-interpolate >=0.2.1
     , tasty
     , tasty-hedgehog
     , template-haskell
