BlogLiterately-diagrams 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc
API changes (from Hackage documentation)
Files
- BlogLiterately-diagrams.cabal +2/−2
- CHANGES +4/−0
BlogLiterately-diagrams.cabal view
@@ -1,5 +1,5 @@ name: BlogLiterately-diagrams-version: 0.1.1+version: 0.1.1.1 synopsis: Include images in blog posts with inline diagrams code description: A plugin for @BlogLiterately@ (<http://hackage.haskell.org/package/BlogLiterately>) which turns inline diagrams code into images.@@ -77,7 +77,7 @@ diagrams-builder ==0.2.*, diagrams-lib >= 0.6 && < 0.7, BlogLiterately ==0.5.*,- pandoc ==1.9.*,+ pandoc >= 1.9 && < 1.11, safe ==0.3.* hs-source-dirs: src
CHANGES view
@@ -1,3 +1,7 @@+* 0.1.1.1: 24 January 2013++ - allow pandoc-1.10+ * 0.1.1: 16 December 2012 - create output directory for diagrams if missing (#1)