diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+0.12.2.0
+* Loosen dependencies.
+
 0.12.1.1
 * Add missing test suite files to package.
 
diff --git a/snap-extras.cabal b/snap-extras.cabal
--- a/snap-extras.cabal
+++ b/snap-extras.cabal
@@ -1,5 +1,5 @@
 Name:                snap-extras
-Version:             0.12.1.1
+Version:             0.12.2.0
 Synopsis:            A collection of useful helpers and utilities for Snap web applications.
 Description:         This package contains a collection of helper functions
                      that come in handy in most practical, real-world
@@ -48,7 +48,7 @@
 
   hs-source-dirs: src
   Build-depends:
-      aeson                    >= 0.6   && < 1.2
+      aeson                    >= 0.6   && < 1.3
     , base                     >= 4     && < 5
     , blaze-builder            >= 0.3   && < 0.5
     , blaze-html               >= 0.6   && < 0.10
@@ -72,7 +72,7 @@
     , snap                     >= 0.9  && < 1.1
     , snap-core                >= 0.9   && < 1.1
     , text                     >= 0.11  && < 1.3
-    , time                     >= 1.4   && < 1.7
+    , time                     >= 1.4   && < 1.9
     , transformers             >= 0.2   && < 0.6
     , wl-pprint-text           >= 1.1   && < 1.2
     , xmlhtml                  >= 0.1.6 && < 0.3
