diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-09 14:29:07 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-09 15:30:22 -0800 |
| commit | 33da5833de602a85b9f41a500f2e5516d4b9dcfa (patch) | |
| tree | 3a7d0ab77fac92c85446bc184c01c2f26b9fceed /pandoc.cabal | |
| parent | d9e9f119c524bcf7dff12cbccf134ce4227ad8ae (diff) | |
Update commits for dev dependencies, allow text 2.0.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 39bf2a860..4fd98243e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -507,7 +507,7 @@ library tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, texmath >= 0.12.3.2 && < 0.12.4, - text >= 1.1.1.0 && < 1.3, + text >= 1.1.1.0 && < 2.1, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, unicode-collation >= 0.1.1 && < 0.2, @@ -782,7 +782,7 @@ test-suite test-pandoc tasty-hunit >= 0.9 && < 0.11, tasty-lua >= 1.0 && < 1.1, tasty-quickcheck >= 0.8 && < 0.11, - text >= 1.1.1.0 && < 1.3, + text >= 1.1.1.0 && < 2.1, time >= 1.5 && < 1.14, xml >= 1.3.12 && < 1.4, zip-archive >= 0.2.3.4 && < 0.5 @@ -852,7 +852,7 @@ benchmark benchmark-pandoc build-depends: bytestring, tasty-bench >= 0.2 && <= 0.4, mtl >= 2.2 && < 2.3, - text >= 1.1.1.0 && < 1.3, + text >= 1.1.1.0 && < 2.1, deepseq -- we increase heap size to avoid benchmarking garbage collection: ghc-options: -rtsopts -with-rtsopts=-A8m -threaded |
