summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-09 03:39:25 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-09 03:39:25 +0000
commit655363da5147b3b1483dc9ccd7c8b50f865815e2 (patch)
treedafd4f0442a4a936a9124c69749ce83aed9bd35c /pandoc.cabal
parent622d4e5223adaea3aa3ba43ed61b748a52526bcc (diff)
Moved Text.ParserCombinators.Pandoc ->
Text.Pandoc.ParserCombinators. This way, all the Pandoc modules are in one place. git-svn-id: https://pandoc.googlecode.com/svn/trunk@663 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c49e9df5c..ee0ba1023 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -15,27 +15,27 @@ Description: Haskell utilities for translating between markdown, HTML,
reStructuredText, LaTeX, DocBook, groff man, and RTF
Build-Depends: base, parsec, xhtml, mtl, regex-compat
Hs-Source-Dirs: src
-Exposed-Modules: Text.ParserCombinators.Pandoc,
- Text.Pandoc,
+Exposed-Modules: Text.Pandoc,
Text.Pandoc.ASCIIMathML,
+ Text.Pandoc.Blocks,
Text.Pandoc.Definition,
Text.Pandoc.Entities,
+ Text.Pandoc.ParserCombinators,
Text.Pandoc.Shared,
Text.Pandoc.UTF8,
- Text.Pandoc.Blocks,
Text.Pandoc.Writers.DefaultHeaders,
Text.Pandoc.Writers.Docbook,
Text.Pandoc.Writers.HTML,
+ Text.Pandoc.Writers.LaTeX,
Text.Pandoc.Writers.Man,
Text.Pandoc.Writers.Markdown,
- Text.Pandoc.Writers.LaTeX,
Text.Pandoc.Writers.RST,
- Text.Pandoc.Writers.S5,
Text.Pandoc.Writers.RTF,
+ Text.Pandoc.Writers.S5,
Text.Pandoc.Readers.HTML,
+ Text.Pandoc.Readers.LaTeX,
Text.Pandoc.Readers.Markdown,
- Text.Pandoc.Readers.RST,
- Text.Pandoc.Readers.LaTeX
+ Text.Pandoc.Readers.RST
Ghc-Options: -O0
Executable: pandoc