Require latest pandoc-types.

This commit is contained in:
John MacFarlane 2017-11-11 16:26:25 -08:00
parent cf7d66c097
commit 931a1c47c5

View file

@ -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,