diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index 58ec84907297628b86ddd113d1135857cbc167f2..c6c7129758b87004915cc8ecb4f7533b01ccf517 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -1,6 +1,7 @@
 cabal-version: 1.22
 name:          Cabal
 version:       3.8.1.0
+x-revision:    2
 copyright:     2003-2022, Cabal Development Team (see AUTHORS file)
 license:       BSD3
 license-file:  LICENSE
@@ -48,7 +49,7 @@ library
 
   -- pull in process version with fixed waitForProcess error
   if impl(ghc >=8.2)
-    build-depends: process >= 1.6.14.0
+    build-depends: process >= 1.2.1.0
 
   if os(windows)
     build-depends: Win32 >= 2.3.0.0 && < 2.14
diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index 53be5b46472d9aba12d9725038876b9fc4bb0eb5..9eeb72ad845a15c93cda8779b7d4cb042c6a6c6e 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -2,6 +2,7 @@ Cabal-Version:      2.2
 
 Name:               cabal-install
 Version:            3.8.1.0
+x-revision:         3
 Synopsis:           The command-line interface for Cabal and Hackage.
 Description:
     The \'cabal\' command-line program simplifies the process of managing
@@ -216,7 +217,8 @@ library
         mtl        >= 2.0      && < 2.3,
         network-uri >= 2.6.0.2 && < 2.7,
         pretty     >= 1.1      && < 1.2,
-        process    >= 1.2.3.0  && < 1.7,
+        -- process lower bound moved from Cabal-3.8.1.0 to here:
+        process    >= 1.6.14.0 && < 1.7,
         random     >= 1.2      && < 1.3,
         stm        >= 2.0      && < 2.6,
         tar        >= 0.5.0.3  && < 0.6,