aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-01 15:42:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-01 15:42:00 -0700
commitfb0d6c7cb63a791fa72becf21ed493282e65ea91 (patch)
tree5041a742bd53fd8d88d267106c283d3c80f820ab /pandoc.cabal
parent021cdb543b00995f86eefd5d84314d9e1f5abf82 (diff)
downloadpandoc-fb0d6c7cb63a791fa72becf21ed493282e65ea91.tar.gz
Depend on pandoc-types 1.23, remove Null constructor on Block.
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 f317c3302..a55dbcc22 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -561,7 +561,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.23 && < 1.24,
parsec >= 3.1 && < 3.2,
process >= 1.2.3 && < 1.7,
random >= 1 && < 1.3,
@@ -848,7 +848,7 @@ test-suite test-pandoc
filepath >= 1.1 && < 1.5,
hslua >= 1.1 && < 1.4,
mtl >= 2.2 && < 2.3,
- pandoc-types >= 1.22 && < 1.23,
+ pandoc-types >= 1.23 && < 1.24,
process >= 1.2.3 && < 1.7,
tasty >= 0.11 && < 1.5,
tasty-golden >= 2.3 && < 2.4,