diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 07:07:21 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 07:07:21 +0000 |
commit | 5bcfa2233037fe1adf469e5bce225ebce47e64f4 (patch) | |
tree | 8d7b8805cff771e699d824c168405e604e16dc1f | |
parent | b37f8da181291f9fe376acf907ff74bc0cf3570c (diff) | |
download | pandoc-5bcfa2233037fe1adf469e5bce225ebce47e64f4.tar.gz |
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
-rw-r--r-- | Pandoc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
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, |