diff --git a/binary-conduit.cabal b/binary-conduit.cabal
--- a/binary-conduit.cabal
+++ b/binary-conduit.cabal
@@ -1,5 +1,5 @@
 name:                binary-conduit
-version:             1.2.3
+version:             1.2.4.1
 synopsis:            data serialization/deserialization conduit library
 description:         The binary-conduit package.
       Allow binary serialization using iterative conduit interface.
@@ -7,7 +7,7 @@
 license-file:        LICENSE
 author:              Alexander Vershilov
 maintainer:          alexander.vershilov@gmail.com
-copyright:           2013 Alexander Vershilov
+copyright:           2013-2016 Alexander Vershilov
 category:            Conduit
 stability:           Experimental
 homepage:            http://github.com/qnikst/binary-conduit/
@@ -16,12 +16,12 @@
 cabal-version:       >=1.8
 
 library
-  exposed-modules:     
+  exposed-modules:
     Data.Conduit.Serialization.Binary
   build-depends:       base >=4 && <5,
                        conduit >= 1.1 && < 1.3,
-                       bytestring >= 0.9 && < 10.3,
-                       binary >= 0.6 && < 0.8,
+                       bytestring >= 0.9.2 && < 10.3,
+                       binary >= 0.6 && < 0.9,
                        vector >= 0.10,
                        resourcet >= 1.1
   ghc-options: -Wall
