diff --git a/sgd.cabal b/sgd.cabal
--- a/sgd.cabal
+++ b/sgd.cabal
@@ -1,5 +1,5 @@
 name:               sgd
-version:            0.3.5
+version:            0.3.6
 synopsis:           Stochastic gradient descent
 description:
     Implementation of a Stochastic Gradient Descent optimization method.
@@ -32,7 +32,7 @@
       , logfloat        >= 0.12     && < 0.13
       , monad-par       >= 0.3.4    && < 0.4
       , deepseq         >= 1.3      && < 1.4
-      , binary          >= 0.5      && < 0.6
+      , binary          >= 0.5      && < 0.8
       , bytestring      >= 0.9      && < 0.11
       , mtl             >= 2.0      && < 2.2
       , filepath        >= 1.3      && < 1.4
