pandoc 1.0 → 1.0.0.1
raw patch · 3 files changed
+5/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Pandoc.hs +1/−1
- man/man1/pandoc.1.md +3/−4
- pandoc.cabal +1/−1
Text/Pandoc.hs view
@@ -111,4 +111,4 @@ -- | Version number of pandoc library. pandocVersion :: String-pandocVersion = "1.0"+pandocVersion = "1.0.0.1"
man/man1/pandoc.1.md view
@@ -72,10 +72,9 @@ `mediawiki` (MediaWiki markup), `texinfo` (GNU Texinfo), `docbook` (DocBook XML), `opendocument` (OpenDocument XML), `odt` (OpenOffice text document), `s5` (S5 HTML and javascript slide- show), `pdf` (Portable Document Format), or `rtf` (rich text- format). Note that for `odt` and `pdf` output, output will not be- directed to *stdout*; an output filename must be specified using the- `-o/--output` option.+ show), or `rtf` (rich text format). Note that `odt` output will not+ be directed to *stdout*; an output filename must be specified using+ the `-o/--output` option. -s, \--standalone : Produce output with an appropriate header and footer (e.g. a
pandoc.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-Version: 1.0+Version: 1.0.0.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL