diff --git a/binary.cabal b/binary.cabal
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
 name:            binary
-version:         0.4.3
+version:         0.4.3.1
 license:         BSD3
 license-file:    LICENSE
 author:          Lennart Kolmodin <kolmodin@dtek.chalmers.se>
@@ -30,7 +30,7 @@
     cpp-options: -DBYTESTRING_IN_BASE
   else
     -- in base 1.0 and 3.0 bytestring is a separate package
-    build-depends: base < 2.0 || >= 3, bytestring >= 0.9.1.0
+    build-depends: base < 2.0 || >= 3, bytestring >= 0.9
 
   if flag(split-base)
     build-depends:   base >= 3.0, containers, array
