aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-09-19 09:56:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-09-19 09:58:16 -0700
commit1dd9f8b6544061cf9011140906e9b6c1de9e0f6d (patch)
tree280ce51035f4acc77d32e9fbef62f1374e0383ee /pandoc.cabal
parenta26ec96d89ccf532f7bca7591c96ba30d8544e4a (diff)
downloadpandoc-1dd9f8b6544061cf9011140906e9b6c1de9e0f6d.tar.gz
Use released pandoc-types 1.22.
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 a23f1fb91..29a412f89 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -402,7 +402,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.21 && < 1.22,
+ pandoc-types >= 1.22 && < 1.23,
aeson >= 0.7 && < 1.6,
scientific >= 0.3 && < 0.4,
aeson-pretty >= 0.8.5 && < 0.9,
@@ -741,7 +741,7 @@ test-suite test-pandoc
hs-source-dirs: test
build-depends: base >= 4.8 && < 5,
pandoc,
- pandoc-types >= 1.21 && < 1.22,
+ pandoc-types >= 1.22 && < 1.23,
mtl >= 2.2 && < 2.3,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.2,