From 1d3d39db78e7f3b5a9cdac0088dd4d1480a727c1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Dec 2023 21:49:55 +0800 Subject: [PATCH] Relax filepath upper bound --- process.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.cabal b/process.cabal index da908859..92a80daf 100644 --- a/process.cabal +++ b/process.cabal @@ -88,7 +88,7 @@ library build-depends: base >= 4.10 && < 4.20, directory >= 1.1 && < 1.4, - filepath >= 1.2 && < 1.5, + filepath >= 1.2 && < 1.6, deepseq >= 1.1 && < 1.6 test-suite test