pandoc/Pandoc.cabal.in
fiddlosopher 1fdafb5204 Extract version number from src/Main.hs in cabalize and Makefile.
The authoritative version number is now in src/Main.hs, with no
duplication.  (This seems a better solution than building Main.hs
from a template.)


git-svn-id: https://pandoc.googlecode.com/svn/trunk@182 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-12-12 15:41:55 +00:00

35 lines
1.2 KiB
Text

Name: Pandoc
Version: @VERSION@
License: GPL
License-File: LICENSE
Author: John MacFarlane <jgm@berkeley.edu>
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
Category: Text
Synopsis: Utilities for translating between various markup formats
Description: Haskell utilities for translating between markdown, HTML,
reStructuredText, LaTeX, and RTF
Build-Depends: @BUILD_DEPENDS@
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
Text.Pandoc.ASCIIMathML,
Text.Pandoc.Definition,
Text.Pandoc.HtmlEntities,
Text.Pandoc.Shared,
Text.Pandoc.UTF8,
Text.Pandoc.Writers.DefaultHeaders,
Text.Pandoc.Writers.HTML,
Text.Pandoc.Writers.Markdown,
Text.Pandoc.Writers.LaTeX,
Text.Pandoc.Writers.RST,
Text.Pandoc.Writers.S5,
Text.Pandoc.Writers.RTF,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.Markdown,
Text.Pandoc.Readers.RST,
Text.Pandoc.Readers.LaTeX
Ghc-Options: @HCFLAGS@
Executable: pandoc
@HS_SOURCE_DIRS@: src
Main-Is: Main.hs
Ghc-Options: @HCFLAGS@