aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-22 14:33:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-22 14:34:58 -0700
commita9f4bff5e29ed15fb567f4d5f59b60ef3c71933f (patch)
tree7f3381e20362b699d6295e2fa971f36bb066fbb8 /pandoc.cabal
parentc07005a095960bc1a3e012fec5a23bf4c70185f5 (diff)
downloadpandoc-a9f4bff5e29ed15fb567f4d5f59b60ef3c71933f.tar.gz
Use pandoc-types 1.22.1.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index caf91adff..c955b5ae4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -565,7 +565,7 @@ library
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,
- pandoc-types >= 1.22 && < 1.23,
+ pandoc-types >= 1.22.1 && < 1.23,
parsec >= 3.1 && < 3.2,
process >= 1.2.3 && < 1.7,
random >= 1 && < 1.3,
@@ -849,7 +849,7 @@ test-suite test-pandoc
filepath >= 1.1 && < 1.5,
hslua >= 2.0 && < 2.1,
mtl >= 2.2 && < 2.3,
- pandoc-types >= 1.22 && < 1.23,
+ pandoc-types >= 1.22.1 && < 1.23,
process >= 1.2.3 && < 1.7,
tasty >= 0.11 && < 1.5,
tasty-golden >= 2.3 && < 2.4,