diff --git a/sha-streams.cabal b/sha-streams.cabal
--- a/sha-streams.cabal
+++ b/sha-streams.cabal
@@ -1,5 +1,5 @@
 name:                sha-streams
-version:             0.1.1
+version:             0.2.0
 Cabal-Version:       >= 1.8
 synopsis:            SHA hashes for io-streams.
 description:         SHA hashes for io-streams.
@@ -17,9 +17,9 @@
 
 library
   build-depends:       base == 4.*,
-                       binary == 0.7.*,
-                       bytestring == 0.9.*,
-                       io-streams == 1.1.*,
+                       binary >= 0.5 && < 0.8,
+                       bytestring == 0.10.*,
+                       io-streams == 1.3.*,
                        SHA >= 1.6.3
   exposed-modules:     System.IO.Streams.SHA
   ghc-options:         -Wall
@@ -28,7 +28,7 @@
   hs-source-dirs:      bin
   main-is:             sha-streams.hs
   build-depends:       base == 4.*,
-                       io-streams == 1.1.*,
+                       io-streams == 1.3.*,
                        SHA >= 1.6.3,
                        sha-streams
   ghc-options:         -Wall
