diff --git a/polysemy-resume.cabal b/polysemy-resume.cabal
--- a/polysemy-resume.cabal
+++ b/polysemy-resume.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-resume
-version:        0.1.0.3
+version:        0.1.0.4
 synopsis:       Polysemy error tracking
 description:    Please see the readme on Github at <https://github.com/tek/polysemy-resume>
 category:       Experimental
@@ -96,8 +96,8 @@
   ghc-options: -flate-specialise -fspecialise-aggressively -Wall
   build-depends:
       base ==4.*
-    , polysemy ==1.5.*
-    , relude >=0.7 && <1.2
+    , polysemy >=1.5
+    , relude >=0.7
     , transformers
   mixins:
       base hiding (Prelude)
@@ -174,11 +174,11 @@
   build-depends:
       base ==4.*
     , hedgehog
-    , polysemy ==1.5.*
+    , polysemy >=1.5
     , polysemy-plugin
     , polysemy-resume
     , polysemy-test
-    , relude >=0.7 && <1.2
+    , relude >=0.7
     , tasty
     , tasty-hedgehog
     , text
