packages feed

BlogLiterately 0.8.1 → 0.8.1.1

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~lensdep ~pandocPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens, pandoc

API changes (from Hackage documentation)

Files

BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name:           BlogLiterately-Version:        0.8.1+Version:        0.8.1.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@@ -57,12 +57,12 @@                    blaze-html >= 0.5 && < 0.9,                    cmdargs >= 0.9.5 && < 0.11,                    haxr >= 3000.11 && < 3000.12,-                   pandoc >= 1.14 && < 1.15,+                   pandoc >= 1.14 && < 1.16,                    pandoc-types >= 1.12 && < 1.13,                    pandoc-citeproc >= 0.1.2 && < 0.8,                    highlighting-kate >= 0.5 && < 0.7,                    data-default >= 0.5 && < 0.6,-                   lens >= 3.8 && < 4.12+                   lens >= 3.8 && < 4.13   Exposed-modules: Text.BlogLiterately                    Text.BlogLiterately.Block                    Text.BlogLiterately.Ghci
CHANGES.md view
@@ -1,3 +1,9 @@+0.8.1.1 (10 July 2015)+----------------------++  * Allow `pandoc-1.15`+  * Allow `lens-4.12`+ 0.8.1 (1 June 2015) -------------------