diff --git a/happstack.cabal b/happstack.cabal
--- a/happstack.cabal
+++ b/happstack.cabal
@@ -1,5 +1,5 @@
 Name:                happstack
-Version:             0.3.1
+Version:             0.3.2
 Synopsis:            The haskell application server stack + code generation
 Description:         The haskell application server stack
 License:             BSD3
@@ -67,11 +67,11 @@
 
   build-depends:       base >= 3,
                        bytestring,
-                       happstack-data >= 0.3 && < 0.4,
-                       happstack-ixset >= 0.3 && < 0.4,
-                       happstack-server >= 0.3 && < 0.4,
-                       happstack-state >= 0.3 && < 0.4,
-                       happstack-util >= 0.3 && < 0.4,
+                       happstack-data >= 0.3.2 && < 0.4,
+                       happstack-ixset >= 0.3.2 && < 0.4,
+                       happstack-server >= 0.3.2 && < 0.4,
+                       happstack-state >= 0.3.2 && < 0.4,
+                       happstack-util >= 0.3.2 && < 0.4,
                        hslogger,
                        hsp >= 0.4.5 && < 0.5,
                        HStringTemplate >= 0.4.3 && < 0.5,
