Added some extra fields to Pandoc.cabal.in.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@256 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
1fded403c5
commit
99ffb97d15
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue