diff --git a/tkyprof.cabal b/tkyprof.cabal
--- a/tkyprof.cabal
+++ b/tkyprof.cabal
@@ -1,10 +1,10 @@
 name:                 tkyprof
-version:              0.2.1
+version:              0.2.1.1
 license:              BSD3
 license-file:         LICENSE
 author:               Mitsutoshi Aoe
 maintainer:           Mitsutoshi Aoe <maoe@foldr.in>
-copyright:            Copyright (C) 2011-2013 Mitsutoshi Aoe
+copyright:            Copyright (C) 2011-2014 Mitsutoshi Aoe
 synopsis:             A web-based visualizer for GHC Profiling Reports
 description:          A web-based visualizer for GHC Profiling Reports
 category:             Development
@@ -13,7 +13,7 @@
 build-type:           Simple
 homepage:             https://github.com/maoe/tkyprof
 bug-reports:          https://github.com/maoe/tkyprof/issues
-tested-with:          GHC == 7.6.1
+tested-with:          GHC == 7.6.3
 
 data-files:           static/js/d3.layout.min.js
                       static/js/d3.min.js
@@ -72,20 +72,20 @@
                     , rosezipper >= 0.2 && < 0.3
                     , stm < 3
                     , template-haskell < 3
-                    , text >= 0.11 && < 0.12
+                    , text >= 0.11 && < 1.1
                     , time >= 1.2 && < 1.5
                     , transformers >= 0.2 && < 0.4
                     , vector >= 0.6 && < 1
-                    , wai >= 0.4 && < 1.5
-                    , wai-extra >= 0.4 && < 1.5
-                    , warp >= 0.4 && < 1.4
+                    , wai >= 0.4 && < 2.1
+                    , wai-extra >= 0.4 && < 2.1
+                    , warp >= 0.4 && < 2.1
                     , web-routes >= 0.23 && < 0.28
                     , yesod >= 1.2 && < 1.3
                     , yesod-core >= 1.2 && < 1.3
                     , yesod-form >= 1.3 && < 1.4
                     , yesod-static >= 1.2 && < 1.3
                     , shakespeare-css >= 1.0 && < 1.1
-                    , shakespeare-js >= 1.0 && < 1.2
+                    , shakespeare-js >= 1.0 && < 1.3
                     , http-types >= 0.7 && < 1.0
                     , conduit >= 1.0 && < 1.1
                     , resourcet >= 0.4 && < 0.5
