diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/ghc-pkg.cabal | 2 | ||||
-rw-r--r-- | utils/runghc/runghc.cabal.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 8776cb955e..4b1aae7631 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -28,7 +28,7 @@ Executable ghc-pkg Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.4, - process >= 1 && < 1.5, + process >= 1 && < 1.7, containers, filepath, Cabal, diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in index 3be9f26e32..ffe75756f7 100644 --- a/utils/runghc/runghc.cabal.in +++ b/utils/runghc/runghc.cabal.in @@ -28,7 +28,7 @@ Executable runghc Build-Depends: base >= 3 && < 5, directory >= 1 && < 1.4, - process >= 1 && < 1.5, + process >= 1 && < 1.7, filepath if !os(windows) |