summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-09-24 12:03:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-09-24 12:04:15 -0700
commit1d6e651e5a6771ac4cf88eabfe93edc5a8ed5269 (patch)
tree3a890c68c2e94354eaabe52190d4cb4f692d616c /pandoc.cabal
parent438193197d08239a954c95328359a4597f3feab9 (diff)
Require pandoc-types 1.17.2.
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 8c35a25b4..661f8d15b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -310,7 +310,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.1 && < 1.18,
+ pandoc-types >= 1.17.2 && < 1.18,
aeson >= 0.7 && < 1.3,
aeson-pretty >= 0.8 && < 0.9,
tagsoup >= 0.13.7 && < 0.15,
@@ -546,7 +546,7 @@ test-suite test-pandoc
build-depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.8,
pandoc,
- pandoc-types >= 1.17.1 && < 1.18,
+ pandoc-types >= 1.17.2 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.4,