diff --git a/eq.cabal b/eq.cabal
--- a/eq.cabal
+++ b/eq.cabal
@@ -1,6 +1,6 @@
 name:          eq
 category:      Type System
-version:       0.3.5
+version:       0.3.6
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -28,9 +28,9 @@
     TypeOperators
 
   build-depends:
-    base >= 4 && < 5,
-    semigroupoids >= 1.2.6.1 && < 1.3.0,
-    groupoids >= 0.1.1.2 && < 0.3
+    base          >= 4 && < 5,
+    semigroupoids >= 1.2.6.1 && < 1.4,
+    groupoids     >= 0.1.1.2 && < 0.3
 
   exposed-modules:
     Data.Eq.Type
