Bump required pandoc-types version to 1.17

This commit is contained in:
Albert Krewinkel 2016-10-13 08:46:45 +02:00
parent 3e60ed9c03
commit 63966f6375
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -205,8 +205,8 @@ Extra-Source-Files:
tests/lhs-test.html+lhs
tests/lhs-test.fragment.html+lhs
tests/pipe-tables.txt
tests/dokuwiki_external_images.dokuwiki
tests/dokuwiki_external_images.native
tests/dokuwiki_external_images.dokuwiki
tests/dokuwiki_external_images.native
tests/dokuwiki_multiblock_table.dokuwiki
tests/dokuwiki_multiblock_table.native
tests/fb2/*.markdown
@ -267,7 +267,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
aeson >= 0.7 && < 1.1,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
@ -422,7 +422,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
base >= 4.2 && <5,
directory >= 1.2 && < 1.3,
filepath >= 1.1 && < 1.5,
@ -479,7 +479,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.7,
pandoc,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.3,