diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+0.3.3
+-----
+* Fixed dependencies on old busted versions
+
 0.3.2
 -----
 * Bug fix for `getBit`
diff --git a/bits.cabal b/bits.cabal
--- a/bits.cabal
+++ b/bits.cabal
@@ -1,6 +1,6 @@
 name:          bits
 category:      Data, Serialization
-version:       0.3.2
+version:       0.3.3
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -42,7 +42,7 @@
 library
   build-depends:
     base         >= 4.3      && < 5,
-    bytes        >= 0.8      && < 1,
+    bytes        >= 0.11     && < 1,
     mtl          >= 2.0      && < 2.2,
     transformers >= 0.2      && < 0.4
 
