summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-02-01 10:08:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-02-01 10:08:53 -0800
commitc501942866e2017eacb8b04db3b5ed3a8869d0df (patch)
tree4e17324ddfeb508a08d85fb28eaab27d47e0147c /pandoc.cabal
parent00b7ab8d0064c71bf33ce558ffa1e4c07e00f9b6 (diff)
Bump blaze-markup, blaze-html lower bounds to 0.8, 0.9.
This is needed because the type constructor Empty in MarkupM has changed, and the HTML writer assumes the constructor has an argument. Closes #4334.
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 02bfd6877..30695d34d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -372,8 +372,8 @@ library
skylighting >= 0.5.1 && < 0.7,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
- blaze-html >= 0.5 && < 0.10,
- blaze-markup >= 0.5.1 && < 0.9,
+ blaze-html >= 0.9 && < 0.10,
+ blaze-markup >= 0.8 && < 0.9,
yaml >= 0.8.8.2 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,