diff options
Diffstat (limited to 'src/Text/Pandoc/Readers/RST.hs')
-rw-r--r-- | src/Text/Pandoc/Readers/RST.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index 4a2312439..55260d7d7 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 : provisional + Stability : alpha Portability : portable Conversion from reStructuredText to 'Pandoc' document. |