patat 0.6.1.0 → 0.6.1.1
raw patch · 2 files changed
+12/−6 lines, 2 filesdep ~aesondep ~ansi-terminaldep ~skylighting
Dependency ranges changed: aeson, ansi-terminal, skylighting, time
Files
- CHANGELOG.md +6/−0
- patat.cabal +6/−6
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +- 0.6.1.1 (2018-04-27)+ * Bump `aeson` to 1.3+ * Bump `skylighting` to 0.7+ * Bump `time` to 1.9+ * Bump `ansi-terminal` to 0.8+ - 0.6.1.0 (2018-01-28) * Bump `skylighting` to 0.6 * Bump `pandoc` to 2.1
patat.cabal view
@@ -1,5 +1,5 @@ Name: patat-Version: 0.6.1.0+Version: 0.6.1.1 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2@@ -32,8 +32,8 @@ Default-language: Haskell2010 Build-depends:- aeson >= 0.9 && < 1.3,- ansi-terminal >= 0.6 && < 0.8,+ aeson >= 0.9 && < 1.4,+ ansi-terminal >= 0.6 && < 0.9, ansi-wl-pprint >= 0.6 && < 0.7, base >= 4.6 && < 4.11, bytestring >= 0.10 && < 0.11,@@ -43,10 +43,10 @@ mtl >= 2.2 && < 2.3, optparse-applicative >= 0.12 && < 0.15, pandoc >= 2.0.4 && < 2.2,- skylighting >= 0.1 && < 0.7,+ skylighting >= 0.1 && < 0.8, terminal-size >= 0.3 && < 0.4, text >= 1.2 && < 1.3,- time >= 1.4 && < 1.9,+ time >= 1.4 && < 1.10, unordered-containers >= 0.2 && < 0.3, yaml >= 0.7 && < 0.9, -- We don't even depend on these packages but they can break cabal install@@ -88,4 +88,4 @@ mtl >= 2.2 && < 2.3, pandoc >= 2.0 && < 2.2, text >= 1.2 && < 1.3,- time >= 1.6 && < 1.9+ time >= 1.6 && < 1.10