diff --git a/graphs.cabal b/graphs.cabal
--- a/graphs.cabal
+++ b/graphs.cabal
@@ -1,6 +1,6 @@
 name:          graphs
 category:      Algorithms, Data Structures, Graphs
-version:       0.6
+version:       0.6.0.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -27,8 +27,8 @@
 
   build-depends:
     base         >= 4       && < 5,
-    array        >= 0.3     && < 0.6,
-    transformers >= 0.2.2   && < 0.4,
+    array        >= 0.3     && < 0.7,
+    transformers >= 0.2.2   && < 0.5,
     containers   >= 0.3     && < 0.6,
     void         >= 0.5.5.1 && < 1
 
