BlogLiterately 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~HaXmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HaXml
API changes (from Hackage documentation)
Files
- BlogLiterately.cabal +2/−2
- CHANGES.md +5/−0
BlogLiterately.cabal view
@@ -1,5 +1,5 @@ Name: BlogLiterately-Version: 0.6.0.1+Version: 0.6.0.2 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@@ -50,7 +50,7 @@ utf8-string >= 0.3 && < 0.4, transformers >= 0.3 && < 0.4, parsec >= 3 && < 3.2,- HaXml >= 1.22 && < 1.24,+ HaXml >= 1.22 && < 1.25, hscolour >= 1.20 && < 1.21, blaze-html >= 0.5 && < 0.7, cmdargs >= 0.9.5 && < 0.11,
CHANGES.md view
@@ -1,3 +1,8 @@+0.6.0.2 (15 May 2013)+---------------------++ * bump upper bound to allow HaXml-1.24+ 0.6.0.1 (27 March 2013) -----------------------