summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-08-31 09:33:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-08-31 09:34:11 -0700
commit0efcc12ceac7a21e1f67a8decd24026bcf07874c (patch)
tree0b271a3d18bead707e8f155f7a19817dd8bffa1b
parent9599fa748d0ffc699b529b9abbf5acd54523364f (diff)
Allow text 2.1.
-rw-r--r--changelog.md1
-rw-r--r--pandoc.cabal8
2 files changed, 5 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 6a7b44fc8..8ba2818ef 100644
--- a/changelog.md
+++ b/changelog.md
@@ -75,6 +75,7 @@
* Allow skylighting 0.14 (and require it in pandoc core).
+ * Allow text 2.1.
## pandoc 3.1.6.2 (2023-08-22)
diff --git a/pandoc.cabal b/pandoc.cabal
index d3de21469..45f47cb65 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -450,7 +450,7 @@ library xml-light
xml-conduit >= 1.9.1.1 && < 1.10,
xml-types >= 0.3 && < 0.4,
containers >= 0.6.0.1 && < 0.7,
- text >= 1.1.1.0 && < 2.1
+ text >= 1.1.1.0 && < 2.2
hs-source-dirs: xml-light
exposed-modules: Text.Pandoc.XML.Light,
@@ -515,7 +515,7 @@ library
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
texmath >= 0.12.8.1 && < 0.13,
- text >= 1.1.1.0 && < 2.1,
+ text >= 1.1.1.0 && < 2.2,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,
unicode-collation >= 0.1.1 && < 0.2,
@@ -765,7 +765,7 @@ test-suite test-pandoc
tasty-golden >= 2.3 && < 2.4,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
- text >= 1.1.1.0 && < 2.1,
+ text >= 1.1.1.0 && < 2.2,
temporary >= 1.1 && < 1.4,
time >= 1.5 && < 1.14,
xml >= 1.3.12 && < 1.4,
@@ -835,7 +835,7 @@ benchmark benchmark-pandoc
build-depends: bytestring,
tasty-bench >= 0.2 && <= 0.4,
mtl >= 2.2 && < 2.4,
- text >= 1.1.1.0 && < 2.1,
+ text >= 1.1.1.0 && < 2.2,
deepseq
-- we increase heap size to avoid benchmarking garbage collection:
ghc-options: -rtsopts -with-rtsopts=-A8m -threaded