diff --git a/hypher.cabal b/hypher.cabal
--- a/hypher.cabal
+++ b/hypher.cabal
@@ -1,5 +1,5 @@
 name:                hypher
-version:             0.1.1
+version:             0.1.2
 synopsis:            A Haskell neo4j client
 description:         
     Library to interact with Neo4j databases. 
@@ -58,7 +58,7 @@
                      HTTP ==4000.2.*,
                      lifted-base ==0.2.*,
                      hashable ==1.2.*,
-                     monad-control ==0.3.*,
+                     monad-control >1.0,
                      mtl ==2.2.*
 
 library
@@ -86,5 +86,5 @@
                        lifted-base ==0.2.*,
                        hashable ==1.2.*,
                        transformers-base ==0.4.*,
-                       monad-control ==0.3.*,
+                       monad-control >1.0,
                        mtl ==2.2.*
