From 552730e23e1fd2dae46a60d75138b8d173492462 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 11 Jun 2025 17:16:37 -0400 Subject: [PATCH] Bump base upper bound to <4.23 Allowing GHC 9.14. --- parsec.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsec.cabal b/parsec.cabal index bada24c..92e050e 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -79,7 +79,7 @@ library Text.ParserCombinators.Parsec.Token build-depends: - base >=4.12.0.0 && <4.22 + base >=4.12.0.0 && <4.23 , bytestring >=0.10.8.2 && <0.13 , mtl >=2.2.2 && <2.4 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2