diff --git a/these.cabal b/these.cabal
--- a/these.cabal
+++ b/these.cabal
@@ -1,5 +1,5 @@
 Name:                these
-Version:             0.3
+Version:             0.4
 Synopsis:            An either-or-both data type, with corresponding hybrid error/writer monad transformer.
 Homepage:            https://github.com/isomorphism/these
 License:             BSD3
@@ -17,12 +17,12 @@
                        Control.Monad.Chronicle.Class, 
                        Control.Monad.Trans.Chronicle
   Build-depends:       base          >= 3   && < 5,
-                       containers    >= 0.4 && < 1.0,
-                       mtl           >= 2   && < 3,
-                       transformers  >= 0.2 && < 1.0,
-                       semigroups    >= 0.8 && < 1.0,
-                       bifunctors    >= 0.1 && < 4.0,
-                       semigroupoids >= 1.0 && < 4.0,
-                       profunctors   >= 3   && < 4,
-                       vector        >= 0.4 && < 1.0
+                       containers    >= 0.4,
+                       mtl           >= 2,
+                       transformers  >= 0.2,
+                       semigroups    >= 0.8,
+                       bifunctors    >= 0.1,
+                       semigroupoids >= 1.0,
+                       profunctors   >= 3,
+                       vector        >= 0.4
 
