diff options
author | JasperVanDerJeugt <> | 2019-06-29 11:56:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2019-06-29 11:56:00 (GMT) |
commit | e7bc107cf9d21e894486dcc1ad8db94bdb3263bd (patch) | |
tree | b04ce65b8e5f94f0d7106e1450e1fc30944ba359 | |
parent | cefbd1f26f1ec4561fc66e8d8596cadfaf8b2699 (diff) |
version 0.8.2.30.8.2.3
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | patat.cabal | 8 |
3 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da77182..7e0ac72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- 0.8.2.3 (2019-06-25) + * Bump upper `pandoc` dependency to 2.8 + - 0.8.2.2 (2019-02-04) * Bump lower `base` dependency to 4.8 @@ -58,7 +58,7 @@ Installation - Archlinux: <https://aur.archlinux.org/packages/patat-bin> - Debian: <https://packages.debian.org/unstable/patat> -- Ubuntu: <https://packages.ubuntu.com/artful/patat> +- Ubuntu: <https://packages.ubuntu.com/bionic/patat> - openSUSE: <https://build.opensuse.org/package/show/openSUSE:Factory:ARM/patat> You can also find generic linux binaries here: diff --git a/patat.cabal b/patat.cabal index ccb8d09..d906532 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.8.2.2 +Version: 0.8.2.3 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc. License: GPL-2 @@ -44,9 +44,9 @@ Executable patat filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3, optparse-applicative >= 0.12 && < 0.15, - pandoc >= 2.0.4 && < 2.7, + pandoc >= 2.0.4 && < 2.8, process >= 1.6 && < 1.7, - skylighting >= 0.1 && < 0.8, + skylighting >= 0.1 && < 0.8.2, terminal-size >= 0.3 && < 0.4, text >= 1.2 && < 1.3, time >= 1.4 && < 1.10, @@ -97,6 +97,6 @@ Executable patat-make-man Build-depends: base >= 4.8 && < 5, mtl >= 2.2 && < 2.3, - pandoc >= 2.0 && < 2.7, + pandoc >= 2.0 && < 2.8, text >= 1.2 && < 1.3, time >= 1.6 && < 1.10 |