diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Path IO 1.3.3
+
+* (Hopefully) fixed test suite failure with Cabal 2.0 and GHC 8.2.1.
+
 ## Path IO 1.3.2
 
 * Reduce a number of `(MonadIO m, MonadThrow m)` constraints to just
diff --git a/path-io.cabal b/path-io.cabal
--- a/path-io.cabal
+++ b/path-io.cabal
@@ -1,6 +1,6 @@
 name:                 path-io
-version:              1.3.2
-cabal-version:        >= 1.10
+version:              1.3.3
+cabal-version:        >= 1.18
 tested-with:          GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
 license:              BSD3
 license-file:         LICENSE.md
@@ -48,6 +48,7 @@
   else
     ghc-options:      -O2 -Wall
   build-depends:      base         >= 4.7     && < 5.0
+                    , directory    >= 1.2.2   && < 1.4
                     , exceptions   >= 0.8     && < 0.9
                     , hspec        >= 2.0     && < 3.0
                     , path         >= 0.5     && < 0.7
