diff --git a/hpath-io/hpath-io.cabal b/hpath-io/hpath-io.cabal index 456858b..1f02815 100644 --- a/hpath-io/hpath-io.cabal +++ b/hpath-io/hpath-io.cabal @@ -37,8 +37,8 @@ library build-depends: base >= 4.8 && <5 , IfElse , bytestring >= 0.10.0.0 - , hpath - , hpath-filepath + , hpath >= 0.10 && < 0.11 + , hpath-filepath >= 0.10 && < 0.11 , streamly >= 0.7 , unix >= 2.5 , unix-bytestring diff --git a/hpath/hpath.cabal b/hpath/hpath.cabal index b4c1f5c..d9be763 100644 --- a/hpath/hpath.cabal +++ b/hpath/hpath.cabal @@ -35,7 +35,7 @@ library , bytestring >= 0.10.0.0 , deepseq , exceptions - , hpath-filepath + , hpath-filepath >= 0.10 && < 0.11 , word8 source-repository head