aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-25 16:54:42 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-25 16:54:42 +0200
commitd46ea7d7da3f842d265f09730c90cfc3691576ef (patch)
treea37126d86fa62f57063b8c36403541d5ec1a0adf /pandoc.cabal
parent8511f6fdf6c9fbc2cc926538bca4ae9f554b4ed9 (diff)
downloadpandoc-d46ea7d7da3f842d265f09730c90cfc3691576ef.tar.gz
Jira: add support for "smart" links
Support has been added for the new `[alias|https://example.com|smart-card]` syntax.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4e10e01f3..241196d7c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -470,7 +470,7 @@ library
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
ipynb >= 0.1 && < 0.2,
- jira-wiki-markup >= 1.3.5 && < 1.4,
+ jira-wiki-markup >= 1.4 && < 1.5,
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,