From da0dbff70c8667316a8d9cc1e8f73aa06ffe247b Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Fri, 15 Nov 2024 13:44:36 +0800
Subject: [PATCH] Bump base bound to 4.21 for GHC 9.12

---
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index 842e794..0332368 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -113,7 +113,7 @@ library
 
   default-language: Haskell2010
   build-depends:
-    , base              >=4.9      && <4.21
+    , base              >=4.9      && <4.22
     , bytestring        >=0.11.3.0
     , deepseq
     , exceptions
-- 
GitLab