aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 19:53:56 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 19:53:56 +0000
commit99ffb97d15a7859e88b9a40bb3e5cacf2d2e0f74 (patch)
treeb56650836975b01431c3af92172ba2329d85b5f2
parent1fded403c532c9bbf753537e217fb3dea0587f1a (diff)
downloadpandoc-99ffb97d15a7859e88b9a40bb3e5cacf2d2e0f74.tar.gz
Added some extra fields to Pandoc.cabal.in.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@256 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Pandoc.cabal.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in
index 8db5ef6b9..a80686eeb 100644
--- a/Pandoc.cabal.in
+++ b/Pandoc.cabal.in
@@ -3,12 +3,16 @@ Version: @VERSION@
License: GPL
License-File: COPYING
Author: John MacFarlane <jgm at berkeley dot edu>
+Stability: provisional
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
+Package-URL:
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
Build-Depends: @BUILD_DEPENDS@
+Extra-Source-Files: README COPYRIGHT man/man1/pandoc.1
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
Text.Pandoc.ASCIIMathML,