aboutsummaryrefslogtreecommitdiff
path: root/Pandoc.cabal.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-04-11 22:57:45 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-04-11 22:57:45 +0000
commit92845a98344145c8a7753cdc4ef2c31e551659d4 (patch)
tree0fa9d368b8adb961bb806eb5931b493fab1f7eaf /Pandoc.cabal.in
parent23df0ed1768c4489d41180e145e98a37fd4ac9fc (diff)
downloadpandoc-92845a98344145c8a7753cdc4ef2c31e551659d4.tar.gz
Added Text.Pandoc module that exports basic readers, writers,
definitions, and utility functions. git-svn-id: https://pandoc.googlecode.com/svn/trunk@581 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Pandoc.cabal.in')
-rw-r--r--Pandoc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in
index d3559c5ec..3ae0f47d4 100644
--- a/Pandoc.cabal.in
+++ b/Pandoc.cabal.in
@@ -14,6 +14,7 @@ Description: Haskell utilities for translating between markdown, HTML,
Build-Depends: @BUILD_DEPENDS@
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
+ Text.Pandoc,
Text.Pandoc.ASCIIMathML,
Text.Pandoc.Definition,
Text.Pandoc.Entities,