diff --git a/PBKDF2.cabal b/PBKDF2.cabal
--- a/PBKDF2.cabal
+++ b/PBKDF2.cabal
@@ -1,5 +1,5 @@
 Name:               PBKDF2
-Version:            0.3.1.2
+Version:            0.3.1.3
 License:            BSD3
 License-file:       bsd3.txt
 Description:        Implementation of Password-Based Key Derivation
@@ -20,7 +20,7 @@
   Build-Depends:    base       >= 4.3 && < 4.7
                   , bytestring >= 0.9 && < 0.11
                   , Crypto     >= 4.2 && < 4.3
-                  , binary     >= 0.5 && < 0.7
+                  , binary     >= 0.5 && < 0.8
                   , random     >= 1.0 && < 1.1
   Exposed-Modules:  Crypto.PBKDF2
 
