From f84fffdcbfe191924d7649f0cf947036070d24f1 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 9 Jun 2019 22:19:37 -0400
Subject: [PATCH] Bump bound to allow unix 2.8

---
 process.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process.cabal b/process.cabal
index 18756d85..66c15b5f 100644
--- a/process.cabal
+++ b/process.cabal
@@ -60,7 +60,7 @@ library
         cpp-options: -DWINDOWS
     else
         other-modules: System.Process.Posix
-        build-depends: unix >= 2.5 && < 2.8
+        build-depends: unix >= 2.5 && < 2.9
 
     c-sources:
         cbits/runProcess.c
-- 
GitLab