summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-11 16:26:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-11 16:26:25 -0800
commit931a1c47c5ebc59e02d8277db0c3423e85b42b74 (patch)
treef15b115fbbeba7cc99444c0212108c939494e406 /pandoc.cabal
parentcf7d66c097ea8b93b5ece86aaa336994b0b281e9 (diff)
Require latest pandoc-types.
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 b3dfe2b64..7e0790973 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -312,7 +312,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.2 && < 1.18,
+ pandoc-types >= 1.17.3 && < 1.18,
aeson >= 0.7 && < 1.3,
aeson-pretty >= 0.8 && < 0.9,
tagsoup >= 0.13.7 && < 0.15,
@@ -549,7 +549,7 @@ test-suite test-pandoc
other-modules: Prelude
build-depends: base >= 4.2 && < 5,
pandoc,
- pandoc-types >= 1.17.2 && < 1.18,
+ pandoc-types >= 1.17.3 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.4,