patat 0.8.1.2 → 0.8.1.3
raw patch · 3 files changed
+12/−8 lines, 3 filesdep ~pandocdep ~yaml
Dependency ranges changed: pandoc, yaml
Files
- CHANGELOG.md +4/−0
- README.md +4/−4
- patat.cabal +4/−4
CHANGELOG.md view
@@ -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
README.md view
@@ -561,10 +561,10 @@ 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 ------
patat.cabal view
@@ -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 @@ 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 @@ 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