patat 0.5.2.0 → 0.5.2.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- CHANGELOG.md +3/−0
- patat.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog +- 0.5.2.1 (2017-06-14)+ * Bump `optparse-applicative-0.14` dependency+ - 0.5.2.0 (2017-05-16) * Add navigation using `PageUp` and `PageDown`. * Use `skylighting` instead of deprecated `highlighting-kate` for syntax
patat.cabal view
@@ -1,5 +1,5 @@ Name: patat-Version: 0.5.2.0+Version: 0.5.2.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2@@ -36,7 +36,7 @@ directory >= 1.2 && < 1.4, filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3,- optparse-applicative >= 0.12 && < 0.14,+ optparse-applicative >= 0.12 && < 0.15, pandoc >= 1.16 && < 1.20, skylighting >= 0.1 && < 0.4, terminal-size >= 0.3 && < 0.4,