diff --git a/haskintex.cabal b/haskintex.cabal
--- a/haskintex.cabal
+++ b/haskintex.cabal
@@ -1,5 +1,5 @@
 name:                haskintex
-version:             0.7.0.0
+version:             0.7.0.1
 synopsis:            Haskell Evaluation inside of LaTeX code.
 description:
   The /haskintex/ (Haskell in LaTeX) program is a tool that reads a LaTeX file and evaluates Haskell expressions contained
@@ -50,7 +50,7 @@
                , transformers >= 0.3.0.0
                , text >= 0.11.2.3 && < 2
                , bytestring >= 0.10.4
-               , directory >= 1.2.0 && < 1.3
+               , directory >= 1.2.0 && < 1.4
                , filepath >= 1.1.0 && < 1.5
                , process >= 1.2.0
                , HaTeX >= 3.9.0.0
