From 013fc92257eb03c0b0bc9fc662fe740d13ea7bc3 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Fri, 20 May 2016 08:28:48 +0200 Subject: [PATCH] Allow process-1.4 --- wai-handler-launch/wai-handler-launch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wai-handler-launch/wai-handler-launch.cabal b/wai-handler-launch/wai-handler-launch.cabal index 7c87903f..74e43529 100644 --- a/wai-handler-launch/wai-handler-launch.cabal +++ b/wai-handler-launch/wai-handler-launch.cabal @@ -28,7 +28,7 @@ Library cpp-options: -DWINDOWS extra-libraries: Shell32 msvcrt else - build-depends: process >= 1.0 && < 1.3 + build-depends: process >= 1.0 && < 1.5 if os(darwin) cpp-options: -DMAC