summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-27 21:08:56 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-27 21:08:56 -0800
commitdc2c23a25fbf5ad93a47f5f5a4f62cc95b8a1ebc (patch)
tree066a3dd88ecc113b286e853bcb4877e9937b5f1a
parenta333d9788e0f510f681ae1b5f0f246434ee15d62 (diff)
Bumped version bounds for blaze-html, blaze-markup.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0199996be..6ff86d9ec 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -227,8 +227,8 @@ Library
highlighting-kate >= 0.5.6 && < 0.6,
data-default >= 0.4 && < 0.6,
temporary >= 1.1 && < 1.3,
- blaze-html >= 0.5 && < 0.7,
- blaze-markup >= 0.5.1 && < 0.6,
+ blaze-html >= 0.5 && < 0.8,
+ blaze-markup >= 0.5.1 && < 0.7,
attoparsec >= 0.10 && < 0.12,
yaml >= 0.8.3 && < 0.9,
vector >= 0.10 && < 0.11,