diff --git a/apiary-persistent.cabal b/apiary-persistent.cabal
--- a/apiary-persistent.cabal
+++ b/apiary-persistent.cabal
@@ -1,5 +1,5 @@
 name:                apiary-persistent
-version:             0.4.3.1
+version:             0.4.3.2
 x-revision:          1
 synopsis:            persistent support for apiary web framework.
 description:
@@ -20,7 +20,7 @@
 library
   exposed-modules:     Web.Apiary.Database.Persist
   other-modules:       
-  build-depends:       base               >=4.5   && <4.8
+  build-depends:       base               >=4.6   && <4.8
                      , persistent         >=1.3   && <1.4
                      , monad-logger       >=0.3   && <0.4
                      , resourcet          >=1.1   && <1.2
