diff --git a/sgd.cabal b/sgd.cabal
--- a/sgd.cabal
+++ b/sgd.cabal
@@ -1,5 +1,5 @@
 name:               sgd
-version:            0.3.6
+version:            0.3.7
 synopsis:           Stochastic gradient descent
 description:
     Implementation of a Stochastic Gradient Descent optimization method.
@@ -34,7 +34,7 @@
       , deepseq         >= 1.3      && < 1.4
       , binary          >= 0.5      && < 0.8
       , bytestring      >= 0.9      && < 0.11
-      , mtl             >= 2.0      && < 2.2
+      , mtl             >= 2.0      && < 2.3
       , filepath        >= 1.3      && < 1.4
       , temporary       >= 1.1      && < 1.2
       , lazy-io         >= 0.1      && < 0.2
