diff --git a/verset.cabal b/verset.cabal
--- a/verset.cabal
+++ b/verset.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                verset
-version:             0.0.1.8
+version:             0.0.1.9
 synopsis:            Small alternative prelude
 description:         Small Haskell alternative prelude. Based on Protolude and Intro
 homepage:            https://github.com/andrevdm/verset#readme
@@ -8,11 +8,11 @@
 license-file:        LICENSE
 author:              Andre Van Der Merwe
 maintainer:          andre@andrevdm.com
-copyright:           2021 Andre Van Der Merwe
+copyright:           2021-2023 Andre Van Der Merwe
 category:            Prelude
 build-type:          Simple
 extra-source-files:  README.md
-tested-with:         GHC==8.10.7, GHC==9.0.1, GHC==9.2.1
+tested-with:         GHC==8.10.7, GHC==9.2.5, GHC==9.4.4, GHC==9.6.1, GHC==9.8.2
 
 library
   ghc-options: -Wall -Wimplicit-prelude -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wredundant-constraints -Wnoncanonical-monad-instances -Widentities -fhide-source-paths -Wpartial-fields -fhide-source-paths -freverse-errors -fwrite-ide-info -hiedir=.hie
@@ -23,14 +23,15 @@
   exposed-modules:     Verset.Conv
                      , Verset
   build-depends:
-                       bytestring       >= 0.11.3 && < 0.12
-                     , containers       >= 0.6.6 && < 0.7
+                       bytestring       >= 0.11.3 && < 0.13
+                     , containers       >= 0.6.5 && < 0.8
                      , extra            >= 1.7.12 && < 1.8
-                     , mtl              >= 2.2.2 && < 2.3
+                     , mtl              >= 2.2.2 && < 2.4
                      , safe             >= 0.3.19 && < 0.4
-                     , text             >= 2.0.1 && < 2.1
-                     , time             >= 1.12.2 && < 1.13
+                     , text             >= 1.2.5 && < 2.2
+                     , time             >= 1.11.1 && < 1.13
                      , uuid             >= 1.3.15 && < 1.4
+
 source-repository head
   type:     git
   location: https://github.com/andrevdm/verset
