From f59a20ba1a4b549e9f3f7b287491184aec59d20e Mon Sep 17 00:00:00 2001 From: David Binder Date: Mon, 22 Jan 2024 15:39:39 +0100 Subject: [PATCH] Change bounds of filepath dependency Change bounds from <1.4.200 || >= 1.5 to <1.4.300 || >= 1.5 --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.cabal b/directory.cabal index ede49316..7a53b1c8 100644 --- a/directory.cabal +++ b/directory.cabal @@ -68,7 +68,7 @@ Library if flag(os-string) build-depends: filepath >= 1.5.0.0, os-string >= 2.0.0 else - build-depends: filepath >= 1.4.100.0 && < 1.4.200.0 + build-depends: filepath >= 1.4.100.0 && < 1.4.300 ghc-options: -Wall