orgmode-parse 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+3/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- orgmode-parse.cabal +3/−1
orgmode-parse.cabal view
@@ -1,5 +1,5 @@ Name: orgmode-parse-Version: 0.0.1.1+Version: 0.0.1.2 Author: Parnell Springmeyer <parnell@digitalmentat.com> Maintainer: Parnell Springmeyer <parnell@digitalmentat.com> License: BSD3@@ -14,6 +14,8 @@ This library parses the human-readable and textual representation into an AST that can be used for output to another format (HTML? Markdown?), binary serialized for storage, etc...+ .+ <<https://travis-ci.org/digitalmentat/orgmode-parse.svg?branch=master>> Cabal-Version: >= 1.10 Build-Type: Simple