diff --git a/hsc2hs.cabal b/hsc2hs.cabal index a88d37207c2c291fc6ed16c055367bd9e9335396..578c7553220120e4471f0127dbb0c59543b71e3f 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -81,7 +81,7 @@ Executable hsc2hs Build-Depends: base >= 4.3.0 && < 4.20, containers >= 0.4.0 && < 0.7, directory >= 1.1.0 && < 1.4, - filepath >= 1.2.0 && < 1.5, + filepath >= 1.2.0 && < 1.6, process >= 1.1.0 && < 1.7 if os(windows)