BlogLiterately 0.7.1.2 → 0.7.1.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- BlogLiterately.cabal +2/−2
- CHANGES.md +5/−0
BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name: BlogLiterately-Version: 0.7.1.2+Version: 0.7.1.3 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@@ -61,7 +61,7 @@ pandoc-citeproc >= 0.1.2 && < 0.4, highlighting-kate >= 0.5 && < 0.6, data-default >= 0.5 && < 0.6,- lens >= 3.8 && < 3.11+ lens >= 3.8 && < 4.1 Exposed-modules: Text.BlogLiterately Text.BlogLiterately.Block Text.BlogLiterately.Ghci
CHANGES.md view
@@ -1,3 +1,8 @@+0.7.1.3 (30 January 2014)+-------------------------++ * Allow lens-4.0+ 0.7.1.2 (27 January 2014) -------------------------