diff --git a/tasty-auto.cabal b/tasty-auto.cabal
--- a/tasty-auto.cabal
+++ b/tasty-auto.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           tasty-auto
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Simple auto discovery for Tasty
 description:    Simple auto discovery for Tasty
 category:       Testing
@@ -32,7 +32,7 @@
   ghc-options: -Wall
   build-depends:
       base       >= 4.8 && < 5
-    , directory  >= 1.1 && < 1.3
+    , directory  >= 1.1 && < 1.4
     , filepath   >= 1.3 && < 1.5
   exposed-modules:
       Test.Tasty.Auto
@@ -43,7 +43,7 @@
   ghc-options: -Wall
   build-depends:
       base       >= 4.8 && < 5
-    , directory  >= 1.1 && < 1.3
+    , directory  >= 1.1 && < 1.4
     , filepath   >= 1.3 && < 1.5
     , tasty-auto
   default-language: Haskell2010
@@ -56,7 +56,7 @@
   ghc-options: -Wall
   build-depends:
       base       >= 4.8 && < 5
-    , directory  >= 1.1 && < 1.3
+    , directory  >= 1.1 && < 1.4
     , filepath   >= 1.3 && < 1.5
     , base
     , tasty
