From 5bcfa2233037fe1adf469e5bce225ebce47e64f4 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Tue, 9 Jan 2007 07:07:21 +0000
Subject: [PATCH] Added DocBook to description of package in Pandoc.cabal.in.

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

diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in
index 028d77ec8..d3559c5ec 100644
--- a/Pandoc.cabal.in
+++ b/Pandoc.cabal.in
@@ -10,7 +10,7 @@ Category:        Text
 Tested-With:     GHC
 Synopsis:        Utilities for translating between various markup formats    
 Description:     Haskell utilities for translating between markdown, HTML,
-                 reStructuredText, LaTeX, and RTF
+                 reStructuredText, LaTeX, DocBook, and RTF
 Build-Depends:   @BUILD_DEPENDS@
 @HS_SOURCE_DIRS@: src
 Exposed-Modules: Text.ParserCombinators.Pandoc,