diff options
author | JasperVanDerJeugt <> | 2017-01-22 17:03:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2017-01-22 17:03:00 (GMT) |
commit | 7de7649526405d6ab36ab10d0efe20b5944cbac5 (patch) | |
tree | d5231b3d29743695481b9854f26fa4d7981423eb | |
parent | 51f923366b8619860240a51e7a0dc3e5160d88c2 (diff) |
version 0.4.7.10.4.7.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | patat.cabal | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 925a3c2..ea6b6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +- 0.4.7.1 (2017-01-22) + * Bump `directory-1.3` dependency + * Bump `time-1.7` dependency + - 0.4.7.0 (2017-01-20) * Bump `aeson-1.1` dependency * Parse YAML for settings using `yaml` instead of pandoc diff --git a/patat.cabal b/patat.cabal index 3fe007b..4e23248 100644 --- a/patat.cabal +++ b/patat.cabal @@ -1,5 +1,5 @@ Name: patat -Version: 0.4.7.0 +Version: 0.4.7.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2 @@ -30,7 +30,7 @@ Executable patat base >= 4.6 && < 4.10, bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.6, - directory >= 1.2 && < 1.3, + directory >= 1.2 && < 1.4, filepath >= 1.4 && < 1.5, highlighting-kate >= 0.6 && < 0.7, mtl >= 2.2 && < 2.3, @@ -38,7 +38,7 @@ Executable patat pandoc >= 1.16 && < 1.20, terminal-size >= 0.3 && < 0.4, text >= 1.2 && < 1.3, - time >= 1.4 && < 1.7, + time >= 1.4 && < 1.8, unordered-containers >= 0.2 && < 0.3, yaml >= 0.7 && < 0.9 |