packages feed

BlogLiterately 0.8 → 0.8.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~haxrPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haxr

API changes (from Hackage documentation)

Files

BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name:           BlogLiterately-Version:        0.8+Version:        0.8.1 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@@ -56,7 +56,7 @@                    hscolour >= 1.20 && < 1.24,                    blaze-html >= 0.5 && < 0.9,                    cmdargs >= 0.9.5 && < 0.11,-                   haxr >= 3000.9 && < 3000.11,+                   haxr >= 3000.11 && < 3000.12,                    pandoc >= 1.14 && < 1.15,                    pandoc-types >= 1.12 && < 1.13,                    pandoc-citeproc >= 0.1.2 && < 0.8,
CHANGES.md view
@@ -1,3 +1,8 @@+0.8.1 (1 June 2015)+-------------------++  * Require `haxr-3000.11` which adds HTTPS support.+ 0.8 (28 May 2015) -----------------