packages feed

BlogLiterately 0.6 → 0.6.0.1

raw patch · 2 files changed

+7/−2 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.6+Version:        0.6.0.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@@ -59,7 +59,7 @@                    pandoc-types >= 1.10 && < 1.11,                    highlighting-kate >= 0.5 && < 0.6,                    data-default >= 0.5 && < 0.6,-                   lens >= 3.8 && < 3.9+                   lens >= 3.8 && < 3.10   Exposed-modules: Text.BlogLiterately                    Text.BlogLiterately.Block                    Text.BlogLiterately.Ghci
CHANGES.md view
@@ -1,3 +1,8 @@+0.6.0.1 (27 March 2013)+-----------------------++  * bump upper bound to allow lens-3.9+ 0.6: 10 March 2013 ------------------