From 2cb0a50fa6fe9ed775e59b58f6c304b00ec6cf84 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Fri, 11 Oct 2024 16:34:24 +0530 Subject: [PATCH] Bump base bound to 4.21 for GHC 9.12 --- os-string.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-string.cabal b/os-string.cabal index ee35404..0d8e333 100644 --- a/os-string.cabal +++ b/os-string.cabal @@ -63,7 +63,7 @@ library default-language: Haskell2010 build-depends: - , base >=4.12.0.0 && <4.21 + , base >=4.12.0.0 && <4.22 , bytestring >=0.11.3.0 , deepseq , exceptions