Require latest pandoc-types.
This commit is contained in:
parent
cf7d66c097
commit
931a1c47c5
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue