diff --git a/hpath-directory.cabal b/hpath-directory.cabal
--- a/hpath-directory.cabal
+++ b/hpath-directory.cabal
@@ -1,7 +1,7 @@
 cabal-version:       >=1.10
 
 name:                hpath-directory
-version:             0.14.1
+version:             0.14.2
 synopsis:            Alternative to 'directory' package with ByteString based filepaths
 description:         This provides a safer alternative to the 'directory'
                      package. FilePaths are ByteString based, so this
@@ -39,8 +39,8 @@
                        , IfElse
                        , bytestring          >= 0.10
                        , exceptions          >= 0.10
-                       , hpath-filepath      >= 0.10.3
-                       , hpath-posix         >= 0.13
+                       , hpath-filepath      >= 0.10.4
+                       , hpath-posix         >= 0.13.3
                        , safe-exceptions     >= 0.1
                        , streamly            >= 0.7
                        , streamly-bytestring >= 0.1.2
