diff --git a/yaml.cabal b/yaml.cabal
--- a/yaml.cabal
+++ b/yaml.cabal
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.0.1
+version:         0.8.0.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov 
@@ -29,9 +29,9 @@
 library
     build-depends:   base >= 4 && < 5
                    , transformers >= 0.1 && < 0.4
-                   , bytestring >= 0.9.1.4 && < 0.10
+                   , bytestring >= 0.9.1.4
                    , conduit >= 0.5 && < 0.6
-                   , resourcet >= 0.3 && < 0.4
+                   , resourcet >= 0.3 && < 0.5
                    , aeson >= 0.5
                    , containers
                    , unordered-containers
@@ -66,7 +66,7 @@
                    , directory
                    , base >= 4 && < 5
                    , transformers >= 0.1 && < 0.4
-                   , bytestring >= 0.9.1.4 && < 0.10
+                   , bytestring >= 0.9.1.4
                    , conduit
                    , yaml
                    , text
