diff --git a/representable-functors.cabal b/representable-functors.cabal
--- a/representable-functors.cabal
+++ b/representable-functors.cabal
@@ -1,6 +1,6 @@
 name:          representable-functors
 category:      Monads, Functors, Data Structures
-version:       2.4
+version:       2.4.0.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -32,19 +32,19 @@
   build-depends:
     array                >= 0.3.0.2 && < 0.5,
     base                 >= 4       && < 5,
-    comonad              >= 1.1.1.3 && < 1.2,
-    containers           >= 0.3     && < 0.5,
+    comonad              >= 1.1.1.5 && < 1.2,
+    containers           >= 0.3     && < 0.6,
     contravariant        >= 0.2.0.1 && < 0.3,
     distributive         >= 0.2.2   && < 0.3,
     mtl                  >= 2.0.1.0 && < 2.2,
-    semigroups           >= 0.8.2   && < 0.9,
-    semigroupoids        >= 1.3.1   && < 1.4,
+    semigroups           >= 0.8.3.1 && < 0.9,
+    semigroupoids        >= 1.3.1.2 && < 1.4,
     transformers         >= 0.2     && < 0.4,
-    keys                 >= 2.1.3   && < 2.2,
-    free                 >= 2.1     && < 2.2,
-    comonad-transformers >= 2.1.1   && < 2.2,
-    comonads-fd          >= 2.1.1   && < 2.2,
-    data-lens            >= 2.0.3   && < 2.1
+    keys                 >= 2.1.3.1 && < 2.2,
+    free                 >= 2.1.1   && < 2.2,
+    comonad-transformers >= 2.1.1.1 && < 2.2,
+    comonads-fd          >= 2.1.1.1 && < 2.2,
+    data-lens            >= 2.0.3   && < 2.11
 
   exposed-modules:
     Data.Functor.Corepresentable
