From 2f764a25f8cf61dcacef28cb37fa6926cad6aeab Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Mon, 1 Jan 2007 21:09:38 +0000 Subject: [PATCH] Added docbook writer to list of exposed modules in Pandoc.cabal.in. git-svn-id: https://pandoc.googlecode.com/svn/trunk@387 788f1e2b-df1e-0410-8736-df70ead52e1b --- Pandoc.cabal.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in index 7c3ae71ea..3234201fe 100644 --- a/Pandoc.cabal.in +++ b/Pandoc.cabal.in @@ -21,6 +21,7 @@ Exposed-Modules: Text.ParserCombinators.Pandoc, Text.Pandoc.Shared, Text.Pandoc.UTF8, Text.Pandoc.Writers.DefaultHeaders, + Text.Pandoc.Writers.Docbook, Text.Pandoc.Writers.HTML, Text.Pandoc.Writers.Markdown, Text.Pandoc.Writers.LaTeX,