diff --git a/prelate.cabal b/prelate.cabal
--- a/prelate.cabal
+++ b/prelate.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           prelate
-version:        0.9.0.1
+version:        0.9.0.2
 synopsis:       A Prelude
 description:    See https://hackage.haskell.org/package/prelate/docs/Prelate.html
 category:       Prelude
@@ -126,19 +126,19 @@
       ViewPatterns
   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages
   build-depends:
-      aeson >=2.2.1.0 && <2.3
+      aeson >=2.1.0.0 && <2.3
     , base >=4.17.2.1 && <4.22
-    , exon >=1.7.0.0 && <1.8
-    , extra ==1.8.*
+    , exon >=1.4.0.0 && <1.8
+    , extra >=1.7.9 && <1.9
     , generic-lens >=2.2.1.0 && <2.4
-    , incipit >=0.10.0.0 && <0.12
+    , incipit >=0.8.0.0 && <0.12
     , microlens >=0.4.13.0 && <0.6
     , microlens-ghc >=0.4.14.1 && <0.5
-    , polysemy-chronos >=0.7.0.0 && <0.8
-    , polysemy-conc >=0.14.1.0 && <0.16
-    , polysemy-log >=0.11.0.0 && <0.12
-    , polysemy-process >=0.14.1.0 && <0.16
-    , polysemy-resume >=0.9.0.0 && <0.10
-    , polysemy-time >=0.7.0.0 && <0.8
+    , polysemy-chronos >=0.5.0.0 && <0.8
+    , polysemy-conc >=0.12.1.0 && <0.16
+    , polysemy-log >=0.9.0.0 && <0.12
+    , polysemy-process >=0.12.0.0 && <0.16
+    , polysemy-resume >=0.7.0.0 && <0.10
+    , polysemy-time >=0.6.0.0 && <0.8
     , template-haskell >=2.19.0.0 && <2.24
   default-language: GHC2021
