packages feed

patat 0.8.2.2 → 0.8.2.3

raw patch · 3 files changed

+8/−5 lines, 3 filesdep ~pandocdep ~skylighting

Dependency ranges changed: pandoc, skylighting

Files

CHANGELOG.md view
@@ -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 
README.md view
@@ -58,7 +58,7 @@  - 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:
patat.cabal view
@@ -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 @@     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 @@   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