diff --git a/incipit.cabal b/incipit.cabal
--- a/incipit.cabal
+++ b/incipit.cabal
@@ -1,15 +1,15 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.34.7.
+-- This file has been generated from package.yaml by hpack version 0.35.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           incipit
-version:        0.5.0.0
+version:        0.6.0.0
 synopsis:       A Prelude for Polysemy
 description:    See https://hackage.haskell.org/package/incipit/docs/Incipit.html
 category:       Prelude
-homepage:       https://github.com/tek/incipit#readme
+homepage:       https://git.tryp.io/tek/incipit
 bug-reports:    https://github.com/tek/incipit/issues
 author:         Torsten Schmits
 maintainer:     hackage@tryp.io
@@ -20,7 +20,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/tek/incipit
+  location: https://git.tryp.io/tek/incipit
 
 library
   exposed-modules:
@@ -131,10 +131,10 @@
       ViewPatterns
   ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages
   build-depends:
-      base >=4.13 && <4.17
-    , incipit-core ==0.3.*
-    , polysemy-conc ==0.11.*
-    , polysemy-log ==0.8.*
-    , polysemy-resume ==0.5.*
-    , polysemy-time ==0.5.*
+      base >=4.13 && <4.18
+    , incipit-core ==0.4.*
+    , polysemy-conc ==0.12.*
+    , polysemy-log ==0.9.*
+    , polysemy-resume ==0.7.*
+    , polysemy-time ==0.6.*
   default-language: Haskell2010
