packages feed

BlogLiterately 0.8.4 → 0.8.4.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name:           BlogLiterately-Version:        0.8.4+Version:        0.8.4.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@@ -18,7 +18,7 @@                 "Text.BlogLiterately.Run". Cabal-Version:  >= 1.10 Homepage:       http://byorgey.wordpress.com/blogliterately/-License:        GPL+License:        GPL-3 License-file:   LICENSE Category:       Web Copyright:      Copyright (c) Robert Greayer 2008-2010, Brent Yorgey 2012-2016@@ -62,7 +62,7 @@                    pandoc-citeproc >= 0.1.2 && < 0.11,                    highlighting-kate >= 0.5 && < 0.7,                    data-default >= 0.5 && < 0.8,-                   lens >= 3.8 && < 4.15,+                   lens >= 3.8 && < 4.16,                    tagsoup >= 0.13.4 && < 0.15,                    HTTP >= 4000.3 && < 4000.4   Exposed-modules: Text.BlogLiterately
CHANGES.md view
@@ -1,3 +1,8 @@+0.8.4.1 (22 October 2016)+-------------------------++  - allow `lens-4.15`+ 0.8.4 (13 July 2016) --------------------