BlogLiterately 0.7.1.9 → 0.7.1.10
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~hscolourdep ~pandoc-citeprocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hscolour, pandoc-citeproc
API changes (from Hackage documentation)
Files
- BlogLiterately.cabal +3/−3
- CHANGES.md +7/−0
BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name: BlogLiterately-Version: 0.7.1.9+Version: 0.7.1.10 Synopsis: A tool for posting Haskelly articles to blogs Description: Write blog posts in Markdown format, then use BlogLiterately to do syntax highlighting, format ghci sessions, and upload@@ -53,13 +53,13 @@ transformers >= 0.3 && < 0.5, parsec >= 3 && < 3.2, HaXml >= 1.22 && < 1.26,- hscolour >= 1.20 && < 1.23,+ hscolour >= 1.20 && < 1.24, blaze-html >= 0.5 && < 0.9, cmdargs >= 0.9.5 && < 0.11, haxr >= 3000.9 && < 3000.11, pandoc >= 1.12 && < 1.14, pandoc-types >= 1.12 && < 1.13,- pandoc-citeproc >= 0.1.2 && < 0.7,+ pandoc-citeproc >= 0.1.2 && < 0.8, highlighting-kate >= 0.5 && < 0.6, data-default >= 0.5 && < 0.6, lens >= 3.8 && < 4.10
CHANGES.md view
@@ -1,3 +1,10 @@+0.7.1.10 (12 May 2015)+----------------------++ * Bump upper bounds. Allow:+ - `hscolour-1.23`+ - `pandoc-citeproc-0.7`+ 0.7.1.9 (6 May 2015) --------------------