diff --git a/project_template/default/foo.cabal b/project_template/default/foo.cabal
--- a/project_template/default/foo.cabal
+++ b/project_template/default/foo.cabal
@@ -28,7 +28,7 @@
     snap-core == 0.5.*,
     snap-server == 0.5.*,
     text >= 0.11 && < 0.12,
-    time >= 1.1 && < 1.3,
+    time >= 1.1 && < 1.4,
     xmlhtml == 0.1.*
 
   extensions: TypeSynonymInstances MultiParamTypeClasses
diff --git a/snap.cabal b/snap.cabal
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
 name:           snap
-version:        0.5.3.1
+version:        0.5.4
 synopsis:       Snap: A Haskell Web Framework: project starter executable and glue code library
 description:    Snap Framework project starter executable and glue code library
 license:        BSD3
@@ -68,7 +68,7 @@
     enumerator                >= 0.4.13.1 && <0.5,
     filepath                  >= 1.1 && <1.3,
     MonadCatchIO-transformers >= 0.2.1 && < 0.3,
-    snap-core                 >= 0.5.3 && <0.6,
+    snap-core                 >= 0.5.4 && <0.6,
     heist                     >= 0.5 && < 0.6,
     template-haskell          >= 2.3 && < 2.7,
     time                      >= 1.0 && < 1.4
@@ -108,8 +108,8 @@
     mtl              >= 2,
     old-locale,
     old-time,
-    snap-core        >= 0.5.3 && <0.6,
-    snap-server      >= 0.5.3 && <0.6,
+    snap-core        >= 0.5.4 && <0.6,
+    snap-server      >= 0.5.4 && <0.6,
     template-haskell >= 2.3 && < 2.7,
     text             >= 0.11 && <0.12,
     time             >= 1.0 && < 1.4,
diff --git a/test/snap-testsuite.cabal b/test/snap-testsuite.cabal
--- a/test/snap-testsuite.cabal
+++ b/test/snap-testsuite.cabal
@@ -15,9 +15,9 @@
     filepath,
     Glob == 0.5.*,
     HUnit >= 1.2 && < 2,
-    http-enumerator >= 0.6.5.4 && <0.7,
+    http-enumerator >= 0.7 && <0.8,
     process == 1.*,
-    test-framework >= 0.3.1 && <0.4,
+    test-framework >= 0.3.1 && <0.5,
     test-framework-hunit >= 0.2.5 && < 0.3,
     test-framework-quickcheck2 >= 0.2.6 && < 0.3
     
