Allow text 2.1.

This commit is contained in:
John MacFarlane
2023-08-31 09:34:11 -07:00
parent 9599fa748d
commit 0efcc12cea
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -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)
+4 -4
View File
@@ -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