summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorPuneeth Chaganti <punchagan@gmail.com>2010-12-04 15:57:39 +0530
committerPuneeth Chaganti <punchagan@gmail.com>2010-12-04 15:57:39 +0530
commit921e2b6e67e0bcc0c6644b5455bf9d2e70f1a386 (patch)
tree93b38a4f11db9020e490016e063b52fb142b997d /pandoc.cabal
parent5171de66c53b4117fd0f4b16ef53d037cce38eb4 (diff)
Added Org-mode writer
+ Added Text/Pandoc/Writers/Org.hs + Added to pandoc.cabal + Added to pandoc.hs and Text/Pandoc.hs exports.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d8c281b09..465069336 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -202,6 +202,7 @@ Library
Text.Pandoc.Writers.Man,
Text.Pandoc.Writers.Markdown,
Text.Pandoc.Writers.RST,
+ Text.Pandoc.Writers.Org,
Text.Pandoc.Writers.Textile,
Text.Pandoc.Writers.MediaWiki,
Text.Pandoc.Writers.RTF,