From cbcd0ccf92f47e6c10fb9cc513a7b26facfc19fe Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 12 Jun 2025 15:55:07 -0400 Subject: [PATCH] Bump base upper bound to <4.23 Allowing GHC 9.14. --- filepath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filepath.cabal b/filepath.cabal index 82f423ab..d9c91b24 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -91,7 +91,7 @@ library default-language: Haskell2010 build-depends: - , base >=4.12.0.0 && <4.22 + , base >=4.12.0.0 && <4.23 , bytestring >=0.11.3.0 , deepseq , exceptions