diff --git a/hpath-posix.cabal b/hpath-posix.cabal
--- a/hpath-posix.cabal
+++ b/hpath-posix.cabal
@@ -1,7 +1,7 @@
 cabal-version:       >=1.10
 
 name:                hpath-posix
-version:             0.13.2
+version:             0.13.3
 synopsis:            Some low-level POSIX glue code, that is not in 'unix'
 homepage:            https://github.com/hasufell/hpath
 bug-reports:         https://github.com/hasufell/hpath/issues
@@ -33,7 +33,7 @@
   c-sources:           cbits/dirutils.c
   build-depends:         base                >= 4.8  && <5
                        , bytestring          >= 0.10
-                       , hpath-filepath      >= 0.10.3
+                       , hpath-filepath      >= 0.10.4
                        , unix                >= 2.5
   if impl(ghc < 8.0)
     build-depends:
