patat 0.5.2.1 → 0.5.2.2
raw patch · 2 files changed
+9/−2 lines, 2 filesdep +networkdep +network-uri
Dependencies added: network, network-uri
Files
- CHANGELOG.md +3/−0
- patat.cabal +6/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog +- 0.5.2.2 (2017-06-14)+ * Add `network-uri` dependency to fix travis build+ - 0.5.2.1 (2017-06-14) * Bump `optparse-applicative-0.14` dependency
patat.cabal view
@@ -1,5 +1,5 @@ Name: patat-Version: 0.5.2.1+Version: 0.5.2.2 Synopsis: Terminal-based presentations using Pandoc Description: Terminal-based presentations using Pandoc License: GPL-2@@ -43,7 +43,11 @@ text >= 1.2 && < 1.3, time >= 1.4 && < 1.8, unordered-containers >= 0.2 && < 0.3,- yaml >= 0.7 && < 0.9+ yaml >= 0.7 && < 0.9,+ -- We don't even depend on these packages but they can break cabal install+ -- because of the conflicting 'Network.URI' module.+ network-uri >= 2.6,+ network >= 2.6 Other-modules: Data.Aeson.Extended