diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 20:40:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 20:40:17 +0000 |
commit | 74189c97b06949be9da385d71a2874b07b58c788 (patch) | |
tree | 962c8c6d1b61ff3539b9a7e820edc10ba80f0a3e | |
parent | 94dcbab55fd784bab227b73e006677417f3b0615 (diff) | |
download | pandoc-74189c97b06949be9da385d71a2874b07b58c788.tar.gz |
Added Texinfo writer to exported modules in pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1247 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 fdb2dee03..bf71f20f7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -66,6 +66,7 @@ Library Text.Pandoc.Writers.HTML, Text.Pandoc.Writers.LaTeX, Text.Pandoc.Writers.ConTeXt, + Text.Pandoc.Writers.Texinfo, Text.Pandoc.Writers.Man, Text.Pandoc.Writers.Markdown, Text.Pandoc.Writers.RST, |