File ghc-cmark-allow-text-2.1.patch of Package ghc-cmark
From 46275c463a756961dd35665beeff993741b9f729 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 26 Dec 2023 16:03:46 -0800
Subject: [PATCH] Allow text 2.1.
---
cmark.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmark.cabal b/cmark.cabal
index 4eee09a..95568e4 100644
--- a/cmark.cabal
+++ b/cmark.cabal
@@ -52,7 +52,7 @@ flag pkgconfig
library
exposed-modules: CMark
build-depends: base >=4.5 && < 5.0,
- text >= 1.0 && < 2.1,
+ text >= 1.0 && < 2.2,
bytestring
if impl(ghc < 7.6)
build-depends: ghc-prim >= 0.2