aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2016-10-13 08:46:45 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2016-10-13 08:46:45 +0200
commit63966f6375d22557d0873ba088205ba192d3f9f9 (patch)
treed9b882c7c0d14195385033cf305f15148d08f318
parent3e60ed9c039d90fc0c9001cd0a123ed8bb38eac7 (diff)
downloadpandoc-63966f6375d22557d0873ba088205ba192d3f9f9.tar.gz
Bump required pandoc-types version to 1.17
-rw-r--r--pandoc.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a91c9d02a..15e2e47d9 100644
--- a/pandoc.cabal
+++ b/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,