diff --git a/reqcatcher.cabal b/reqcatcher.cabal
--- a/reqcatcher.cabal
+++ b/reqcatcher.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           reqcatcher
-version:        0.2.2.1
+version:        0.2.2.2
 synopsis:       A local http server to catch the HTTP redirect
 description:    Manage an http server in your local PC to catch the HTTP
                 redirect request from the browser. Especially, you can
@@ -35,7 +35,7 @@
       base >=4.7 && <5
     , http-types >=0.8 && <1.0
     , network >=2.6 && <3.2
-    , text ==1.2.*
+    , text >=1.2 && <2.1
     , wai >=3.0 && <3.3
     , warp >=3.0 && <3.4
   default-language: Haskell2010
@@ -51,9 +51,9 @@
   build-depends:
       HUnit >=1.2 && <1.7
     , base
-    , http-client >=0.4 && <0.7
+    , http-client >=0.4 && <0.8
     , http-types
-    , lens >=4.7 && <5
+    , lens >=4.7 && <5.2
     , reqcatcher
     , tasty >=0.10 && <1.5
     , tasty-hunit >=0.9 && <0.11
