From 09bb6dd786ebad6839411f52552e81823ebc412f Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Fri, 19 May 2017 23:39:08 +0200
Subject: [PATCH] Relax upper bound of `process` & `time`

This allows us to use the versions of those two packages as bundled w/
GHC 8.2.1.
---
 cabal-install/cabal-install.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal
index 79741ad4ad..2304357f38 100644
--- a/cabal-install/cabal-install.cabal
+++ b/cabal-install/cabal-install.cabal
@@ -314,7 +314,7 @@ library
         random     >= 1        && < 1.2,
         stm        >= 2.0      && < 3,
         tar        >= 0.5.0.3  && < 0.6,
-        time       >= 1.4      && < 1.8,
+        time       >= 1.4      && < 1.9,
         zlib       >= 0.5.3    && < 0.7,
         hackage-security >= 0.5.2.2 && < 0.6
 
@@ -422,7 +422,7 @@ executable cabal
                          process   >= 1.0.1.1  && < 1.1.0.2
         else
           build-depends: directory >= 1.2 && < 1.4,
-                         process   >= 1.1.0.2  && < 1.5
+                         process   >= 1.1.0.2  && < 1.7
 
         -- NOTE: you MUST include the network dependency even when network-uri
         -- is pulled in, otherwise the constraint solver doesn't have enough
-- 
GitLab