diff --git a/persistent-postgresql.cabal b/persistent-postgresql.cabal
--- a/persistent-postgresql.cabal
+++ b/persistent-postgresql.cabal
@@ -1,5 +1,5 @@
 name:            persistent-postgresql
-version:         1.1.1
+version:         1.1.2
 license:         MIT
 license-file:    LICENSE
 author:          Felipe Lessa, Michael Snoyman <michael@snoyman.com>
@@ -17,14 +17,14 @@
                    , transformers          >= 0.2.1    && < 0.4
                    , postgresql-simple     >= 0.2      && < 0.3
                    , postgresql-libpq      >= 0.6.1    && < 0.9
-                   , persistent            >= 1.1      && < 1.2
+                   , persistent            >= 1.1.2    && < 1.2
                    , containers            >= 0.2
                    , bytestring            >= 0.9
                    , text                  >= 0.7      && < 0.12
                    , monad-control         >= 0.2      && < 0.4
                    , time                  >= 1.1
                    , aeson                 >= 0.5
-                   , conduit               >= 0.5      && < 0.6
+                   , conduit               >= 0.5.3    && < 0.6
     exposed-modules: Database.Persist.Postgresql
     ghc-options:     -Wall
 
