summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-02-22 22:23:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-02-22 22:23:11 -0800
commit6b388971ea076d697a45d61bb4d11f51e55dbe23 (patch)
tree17c505eccae1c062641c7eceb1e8078907223c14 /pandoc.cabal
parent9d076eb8ef83b70ed75b555c3a3595a401ffb643 (diff)
Require aeson-pretty 0.8.5. Closes #4394.
`confTrailingNewline` is introduced in this version.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2433313f1..ddd368c02 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -372,7 +372,7 @@ library
random >= 1 && < 1.2,
pandoc-types >= 1.17.3 && < 1.18,
aeson >= 0.7 && < 1.3,
- aeson-pretty >= 0.8 && < 0.9,
+ aeson-pretty >= 0.8.5 && < 0.9,
tagsoup >= 0.14.3 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,