From 55a34df56ccd34a7121081a34d4a31ce556933c2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 27 Apr 2024 15:19:30 +0800 Subject: [PATCH] Allow base-4.20, fixes #230 --- filepath.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filepath.cabal b/filepath.cabal index 1fe1da50..d8c6c023 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -91,7 +91,7 @@ library default-language: Haskell2010 build-depends: - , base >=4.12.0.0 && <4.20 + , base >=4.12.0.0 && <4.21 , bytestring >=0.11.3.0 , deepseq , exceptions