diff --git a/free.cabal b/free.cabal
--- a/free.cabal
+++ b/free.cabal
@@ -1,6 +1,6 @@
 name:          free
 category:      Control, Monads
-version:       0.1.1
+version:       0.2.0
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -20,11 +20,11 @@
 library
   build-depends: 
     base >= 4 && < 4.4,
-    distributive >= 0.1 && < 0.2,
+    distributive >= 0.2 && < 0.3,
     transformers >= 0.2.0 && <= 0.3,
-    semigroupoids >= 1.1.3 && <= 1.2,
-    comonad >= 1.0.3 && < 1.1,
-    semigroups >= 0.4 && < 0.5
+    semigroupoids >= 1.2 && <= 1.3,
+    comonad >= 1.1 && < 1.2,
+    semigroups >= 0.5 && < 0.6
 
   if impl(ghc)
     cpp-options: -DGHC_TYPEABLE
