Bump required pandoc-types version to 1.17
This commit is contained in:
parent
3e60ed9c03
commit
63966f6375
1 changed files with 5 additions and 5 deletions
10
pandoc.cabal
10
pandoc.cabal
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue