diff options
author | JasperVanDerJeugt <> | 2019-01-24 12:25:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2019-01-24 12:25:00 (GMT) |
commit | 2634081e30efc2d83d9b22fca220d6a42e35c336 (patch) | |
tree | cb1b23738cbcda704551ecc92b1608c9ab3c0ef4 | |
parent | 19e7ff4821e8f633a7af6239ee2d7995150c8405 (diff) |
version 0.8.1.30.8.1.3
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | patat.cabal | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e1d11..f2d4d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +- 0.8.1.3 (2019-01-24) + * Bump `pandoc` to 2.4 + * Bump `yaml` to 0.11 + - 0.8.1.2 (2018-10-29) * Work around test failure caused by slightly different syntax highlighting in different pandoc versions @@ -561,10 +561,10 @@ the terminal window. If `w3mimgdisplay` is in a non-standard location, you can specify that using `path`: - ```yaml - backend: 'w3m - path: '/home/jasper/.local/bin/w3mimgdisplay' - ``` + ```yaml + backend: 'w3m' + path: '/home/jasper/.local/bin/w3mimgdisplay' + ``` Trivia ------ diff --git a/patat.cabal b/patat.cabal index 8a0f8aa..2d6fb69 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.8.1.2 +Version: 0.8.1.3 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2 @@ -44,14 +44,14 @@ Executable patat filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3, optparse-applicative >= 0.12 && < 0.15, - pandoc >= 2.0.4 && < 2.3, + pandoc >= 2.0.4 && < 2.5, process >= 1.6 && < 1.7, skylighting >= 0.1 && < 0.8, terminal-size >= 0.3 && < 0.4, text >= 1.2 && < 1.3, time >= 1.4 && < 1.10, unordered-containers >= 0.2 && < 0.3, - yaml >= 0.8 && < 0.11, + yaml >= 0.8 && < 0.12, -- We don't even depend on these packages but they can break cabal install -- because of the conflicting 'Network.URI' module. network-uri >= 2.6, @@ -97,6 +97,6 @@ Executable patat-make-man Build-depends: base >= 4.6 && < 5, mtl >= 2.2 && < 2.3, - pandoc >= 2.0 && < 2.3, + pandoc >= 2.0 && < 2.5, text >= 1.2 && < 1.3, time >= 1.6 && < 1.10 |