diff --git a/persistent-mongoDB.cabal b/persistent-mongoDB.cabal
--- a/persistent-mongoDB.cabal
+++ b/persistent-mongoDB.cabal
@@ -1,5 +1,5 @@
 name:            persistent-mongoDB
-version:         1.1.0
+version:         1.1.2
 license:         MIT
 license-file:    LICENSE
 author:          Greg Weber <greg@gregweber.info>
@@ -14,12 +14,12 @@
 
 library
     build-depends:   base               >= 4 && < 5
-                   , persistent         >= 1.1     && < 1.2
+                   , persistent         >= 1.1.2   && < 1.2
                    , text               >= 0.8
                    , transformers       >= 0.2.1
                    , containers         >= 0.2
                    , bytestring         >= 0.9
-                   , conduit            >= 0.5     && < 0.6
+                   , conduit            >= 0.5.3   && < 0.6
                    , resourcet          >= 0.3     && < 0.5
                    , mongoDB            >= 1.3     && < 1.4
                    , bson               >= 0.2     && < 0.3
