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.6.0.0
+version:        0.6.0.1
 synopsis:       Polysemy Effects for Logging
 description:    See <https://hackage.haskell.org/package/polysemy-log/docs/Polysemy-Log.html>
 category:       Logging
@@ -108,10 +108,10 @@
       ansi-terminal >=0.10.3
     , async
     , base ==4.*
-    , incipit-core >=0.1.0.1
+    , incipit-core >=0.2
     , polysemy >=1.5
-    , polysemy-conc >=0.6
-    , polysemy-time >=0.3
+    , polysemy-conc >=0.7
+    , polysemy-time >=0.4
     , stm
     , time
   mixins:
@@ -191,7 +191,7 @@
   ghc-options: -Wall -Wredundant-constraints -Wunused-packages -Widentities -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base ==4.*
-    , incipit-core >=0.1.0.1
+    , incipit-core >=0.2
     , polysemy >=1.5
     , polysemy-conc
     , polysemy-log
