diff --git a/polysemy-chronos.cabal b/polysemy-chronos.cabal
--- a/polysemy-chronos.cabal
+++ b/polysemy-chronos.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-chronos
-version:        0.1.3.0
+version:        0.1.3.1
 synopsis:       Polysemy-time Interpreters for Chronos
 description:    Please see the readme on Github at <https://github.com/tek/polysemy-time>
 category:       Time
@@ -90,14 +90,14 @@
       ViewPatterns
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -fplugin=Polysemy.Plugin
   build-depends:
-      aeson >=1.4 && <1.6
+      aeson >=1.4
     , base ==4.*
     , chronos >=1.1.1 && <1.2
     , containers
-    , polysemy >=1.3 && <1.6
+    , polysemy >=1.3
     , polysemy-plugin >=0.2.5
     , polysemy-time
-    , relude >=0.7 && <1.1
+    , relude >=0.7
     , text
   mixins:
       base hiding (Prelude)
@@ -173,17 +173,17 @@
       ViewPatterns
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall -fplugin=Polysemy.Plugin -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin
   build-depends:
-      aeson >=1.4 && <1.6
+      aeson >=1.4
     , base ==4.*
     , chronos >=1.1.1 && <1.2
     , containers
     , hedgehog
-    , polysemy >=1.3 && <1.6
+    , polysemy >=1.3
     , polysemy-chronos
     , polysemy-plugin
     , polysemy-test
     , polysemy-time
-    , relude >=0.7 && <1.1
+    , relude >=0.7
     , tasty
     , tasty-hedgehog
     , text
