diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 03:59:27 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 03:59:27 +0000 |
commit | 15e063ba13f26490fb50ecc278b0eae53dec41d2 (patch) | |
tree | 2fa1a1a73e1570c11bb977cac22805b58f6e2c71 | |
parent | 1163e622ab80e471d9f60d0b42b92ffce033ba62 (diff) | |
download | pandoc-15e063ba13f26490fb50ecc278b0eae53dec41d2.tar.gz |
Re-exposed Text.Pandoc.ASCIIMathML. We need it in Text.Pandoc.Readers.HTML.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@901 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 60e542342..188f4c332 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -39,6 +39,7 @@ Exposed-Modules: Text.Pandoc, Text.Pandoc.CharacterReferences, Text.Pandoc.Shared, Text.Pandoc.UTF8, + Text.Pandoc.ASCIIMathML, Text.Pandoc.Readers.HTML, Text.Pandoc.Readers.LaTeX, Text.Pandoc.Readers.Markdown, |