diff --git a/VKHS.cabal b/VKHS.cabal
--- a/VKHS.cabal
+++ b/VKHS.cabal
@@ -1,6 +1,6 @@
 
 name:                VKHS
-version:             0.3.1
+version:             0.3.2
 synopsis:            Provides access to Vkontakte social network via public API
 description:
     Provides access to Vkontakte API methods. Library requires no interaction
@@ -36,13 +36,12 @@
                      Web.VKHS.Types
 
   build-depends:     base >=4.5 && <5,
-                     json ==0.5.*,
                      containers ==0.5.*,
                      tagsoup-parsec ==0.0.*,
                      tagsoup ==0.12.*,
                      mtl ==2.1.*,
                      failure ==0.2.*,
-                     bytestring >=0.9 && <0.11,
+                     bytestring >=0.10 && <0.11,
                      curlhs ==0.0.*,
                      safe ==0.3.*,
                      parsec ==3.1.*,
