diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Definition.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/HtmlEntities.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/HTML.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/LaTeX.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/Markdown.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/RST.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Shared.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Writers/HTML.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Writers/LaTeX.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Writers/Markdown.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Writers/RST.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Writers/RTF.hs | 2 | ||||
-rw-r--r-- | src/Text/ParserCombinators/Pandoc.hs | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/Main.hs b/src/Main.hs index 986ce9cf1..372f5a8b5 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Parses command-line options and calls the appropriate readers and diff --git a/src/Text/Pandoc/Definition.hs b/src/Text/Pandoc/Definition.hs index b2655ffa0..19e0c115f 100644 --- a/src/Text/Pandoc/Definition.hs +++ b/src/Text/Pandoc/Definition.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Definition of 'Pandoc' data structure for format-neutral representation diff --git a/src/Text/Pandoc/HtmlEntities.hs b/src/Text/Pandoc/HtmlEntities.hs index a03548388..f3f084183 100644 --- a/src/Text/Pandoc/HtmlEntities.hs +++ b/src/Text/Pandoc/HtmlEntities.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Functions for encoding unicode characters as HTML entity references, diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs index c157f3b0e..82648e436 100644 --- a/src/Text/Pandoc/Readers/HTML.hs +++ b/src/Text/Pandoc/Readers/HTML.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of HTML to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 81004b1f1..1ac6a6d02 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of LaTeX to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs index 9ca73dee5..22e4bdd7c 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of markdown-formatted plain text to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index 1672e06dc..4a2312439 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion from reStructuredText to 'Pandoc' document. diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index 0bedef0bc..1d100e265 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Utility functions and definitions used by the various Pandoc modules. diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 9ff2f5667..516420494 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of 'Pandoc' documents to HTML. diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs index 3a3d249e9..a688f1d3f 100644 --- a/src/Text/Pandoc/Writers/LaTeX.hs +++ b/src/Text/Pandoc/Writers/LaTeX.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of 'Pandoc' format into LaTeX. diff --git a/src/Text/Pandoc/Writers/Markdown.hs b/src/Text/Pandoc/Writers/Markdown.hs index eded63425..eb0eb6b23 100644 --- a/src/Text/Pandoc/Writers/Markdown.hs +++ b/src/Text/Pandoc/Writers/Markdown.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of 'Pandoc' documents to markdown-formatted plain text. diff --git a/src/Text/Pandoc/Writers/RST.hs b/src/Text/Pandoc/Writers/RST.hs index e42279ef4..17c107db1 100644 --- a/src/Text/Pandoc/Writers/RST.hs +++ b/src/Text/Pandoc/Writers/RST.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of 'Pandoc' documents to reStructuredText. diff --git a/src/Text/Pandoc/Writers/RTF.hs b/src/Text/Pandoc/Writers/RTF.hs index 3dbda8518..eabeab1b8 100644 --- a/src/Text/Pandoc/Writers/RTF.hs +++ b/src/Text/Pandoc/Writers/RTF.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of 'Pandoc' documents to RTF (rich text format). diff --git a/src/Text/ParserCombinators/Pandoc.hs b/src/Text/ParserCombinators/Pandoc.hs index aa3277574..06ed2b929 100644 --- a/src/Text/ParserCombinators/Pandoc.hs +++ b/src/Text/ParserCombinators/Pandoc.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Special parser combinators for Pandoc readers. |