diff --git a/yaml.cabal b/yaml.cabal
--- a/yaml.cabal
+++ b/yaml.cabal
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.8.2
+version:         0.8.8.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov 
@@ -39,7 +39,7 @@
 
 library
     build-depends:   base >= 4 && < 5
-                   , transformers >= 0.1 && < 0.4
+                   , transformers >= 0.1
                    , bytestring >= 0.9.1.4
                    , conduit >= 1.0.11 && < 1.2
                    , resourcet >= 0.3 && < 1.2
@@ -107,7 +107,7 @@
                    , HUnit
                    , directory
                    , base >= 4 && < 5
-                   , transformers >= 0.1 && < 0.4
+                   , transformers >= 0.1
                    , bytestring >= 0.9.1.4
                    , conduit
                    , yaml
