diff --git a/http-encodings.cabal b/http-encodings.cabal
--- a/http-encodings.cabal
+++ b/http-encodings.cabal
@@ -1,5 +1,5 @@
 Name:                http-encodings
-Version:             0.9.2
+Version:             0.9.3
 Synopsis:            A library for encoding and decoding bodies of HTTP messages
 Description: A library for encoding and decoding bodies of HTTP messages, designed to work with the HTTP and http-server libraries. No heuristic encoding detection at this time. WANTED: a library implementing the Unix "compress" command encoding/decoding (or the LZW algorithm).
 
@@ -14,6 +14,7 @@
 Build-type:          Simple
 Stability:           Experimental
 Cabal-version:       >=1.10
+Tested-with:         GHC==7.6.3, GHC==7.4.2, GHC==7.8.2
 
 source-repository head
    type: git
@@ -22,7 +23,7 @@
 source-repository this
    type: git
    location: git://github.com/achudnov/http-encodings.git
-   tag: 0.9.2
+   tag: 0.9.3
 
 Library
   Exposed-modules:     Network.HTTP.Encoding, 
@@ -38,5 +39,5 @@
                , zlib        == 0.5.*
                , mtl         == 2.*
                , mime        == 0.4.*
-               , text        == 1.*
+               , text        >= 0.9 && < 2
   Default-language: Haskell2010
