diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 See also http://pvp.haskell.org/faq
 
+0.6.1.2
+
+  * fix hpath dependencies
+
 0.6.1.1
 
   * Use hpath-directory instead of hpath-io for a more lightweight dependency
diff --git a/tar-bytestring.cabal b/tar-bytestring.cabal
--- a/tar-bytestring.cabal
+++ b/tar-bytestring.cabal
@@ -1,5 +1,5 @@
 name:            tar-bytestring
-version:         0.6.1.1
+version:         0.6.1.2
 license:         BSD3
 license-file:    LICENSE
 author:          Duncan Coutts <duncan@community.haskell.org>
@@ -44,8 +44,9 @@
                  time             >= 1.8,
                  containers       >= 0.2    && < 0.7,
                  deepseq          >= 1.1    && < 1.5,
-                 hpath-directory  >= 0.13   && < 0.14,
-                 hpath-filepath   >= 0.10.2 && < 0.11,
+                 hpath-directory  >= 0.13.1 && < 0.14,
+                 hpath-filepath   >= 0.10.4 && < 0.11,
+                 hpath-posix      >= 0.13.1 && < 0.14,
                  safe-exceptions  >= 0.1,
                  unix,
                  word8
@@ -93,8 +94,9 @@
                  QuickCheck       == 2.*,
                  tasty            >= 0.10,
                  tasty-quickcheck >= 0.8,
-                 hpath-directory  >= 0.13.0 && < 0.14,
-                 hpath-filepath   >= 0.10.2 && < 0.11,
+                 hpath-directory  >= 0.13.1 && < 0.14,
+                 hpath-filepath   >= 0.10.4 && < 0.11,
+                 hpath-posix      >= 0.13.1 && < 0.14,
                  safe-exceptions  >= 0.1,
                  unix,
                  word8
