diff --git a/process.cabal b/process.cabal index 87ad2601..4ace1780 100644 --- a/process.cabal +++ b/process.cabal @@ -94,7 +94,7 @@ library ghc-options: -Wall - build-depends: base >= 4.12.0.0 && < 4.22, + build-depends: base >= 4.12.0.0 && < 4.23, directory >= 1.1 && < 1.4, deepseq >= 1.1 && < 1.6 diff --git a/test/process-tests.cabal b/test/process-tests.cabal index 4162b737..aafcaede 100644 --- a/test/process-tests.cabal +++ b/test/process-tests.cabal @@ -22,7 +22,7 @@ common process-dep custom-setup setup-depends: - base >= 4.10 && < 4.22, + base >= 4.10 && < 4.23, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.6, Cabal >= 2.4 && < 3.14,