diff --git a/polysemy-log.cabal b/polysemy-log.cabal
--- a/polysemy-log.cabal
+++ b/polysemy-log.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log
-version:        0.10.0.0
+version:        0.10.0.1
 synopsis:       Polysemy effects for logging
 description:    See https://hackage.haskell.org/package/polysemy-log/docs/Polysemy-Log.html
 category:       Logging
@@ -82,7 +82,7 @@
       NoFieldSelectors
   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
   build-depends:
-      ansi-terminal >=0.10.3
+      ansi-terminal >=0.10.3 && <0.12
     , async
     , base ==4.*
     , incipit-core >=0.4 && <0.6
@@ -152,7 +152,7 @@
     , polysemy-conc >=0.12 && <0.14
     , polysemy-log
     , polysemy-plugin >=0.4.4 && <0.5
-    , polysemy-test >=0.6 && <0.9
+    , polysemy-test >=0.6 && <0.10
     , polysemy-time ==0.6.*
     , tasty ==1.4.*
     , time
