From 74189c97b06949be9da385d71a2874b07b58c788 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sun, 24 Feb 2008 20:40:17 +0000
Subject: [PATCH] Added Texinfo writer to exported modules in pandoc.cabal.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1247 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 pandoc.cabal | 1 +
 1 file changed, 1 insertion(+)

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,