From dcd3acc854b2fa3f18f5c41791c5518cfe58ca3e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 23 Jan 2024 13:53:42 -0500 Subject: [PATCH] Bump filepath upper bound to allow 1.5 --- hsc2hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsc2hs.cabal b/hsc2hs.cabal index a88d372..578c755 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -81,7 +81,7 @@ Executable hsc2hs Build-Depends: base >= 4.3.0 && < 4.20, containers >= 0.4.0 && < 0.7, directory >= 1.1.0 && < 1.4, - filepath >= 1.2.0 && < 1.5, + filepath >= 1.2.0 && < 1.6, process >= 1.1.0 && < 1.7 if os(windows)