diff --git a/canteven-http.cabal b/canteven-http.cabal
--- a/canteven-http.cabal
+++ b/canteven-http.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                canteven-http
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Utilities for HTTP programming.
 -- description:         
 homepage:            https://github.com/SumAll/canteven-http
@@ -22,17 +22,17 @@
   -- other-modules:       
   -- other-extensions:    
   build-depends:
-    base >= 4.7 && < 4.9,
-    bytestring >= 0.10 && < 0.11,
-    canteven-log >= 1.0 && < 1.1,
-    exceptions >= 0.8.2 && < 0.9,
-    http-types >= 0.9.1 && < 0.10,
-    monad-logger >= 0.3.19 && < 0.4,
-    text >= 1.2 && < 1.3,
-    time >= 1.5.0.1 && < 1.6,
-    transformers >= 0.4.2.0 && < 0.5,
-    uuid >= 1.3.12 && < 1.4,
-    wai >= 3.2 && < 3.3
+    base         >= 4.7     && < 4.10,
+    bytestring   >= 0.10    && < 0.11,
+    canteven-log >= 1.0     && < 2.1,
+    exceptions   >= 0.8.2   && < 0.9,
+    http-types   >= 0.9.1   && < 0.10,
+    monad-logger >= 0.3.19  && < 0.4,
+    text         >= 1.2     && < 1.3,
+    time         >= 1.5.0.1 && < 1.7,
+    transformers >= 0.4.2.0 && < 0.6,
+    uuid         >= 1.3.12  && < 1.4,
+    wai          >= 3.2     && < 3.3
   hs-source-dirs:      src
   default-language:    Haskell2010
   ghc-options: -Wall
