From 06dd5009b08a5317608ec06f5964f2764fee6963 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Thu, 11 Apr 2024 13:41:32 +0530 Subject: [PATCH] Bump filepath bound to allow 1.4.300 --- directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.cabal b/directory.cabal index 5d8c6553..c990422e 100644 --- a/directory.cabal +++ b/directory.cabal @@ -70,7 +70,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.5 ghc-options: -Wall