pandoc/Pandoc.cabal.in
2007-01-09 07:07:21 +00:00

39 lines
1.5 KiB
Text

Name: Pandoc
Version: @VERSION@
License: GPL
License-File: COPYING
Author: John MacFarlane <jgm at berkeley dot edu>
Stability: alpha
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
Package-URL: http://pandoc.googlecode.com/files/pandoc-@VERSION@.tar.gz
Category: Text
Tested-With: GHC
Synopsis: Utilities for translating between various markup formats
Description: Haskell utilities for translating between markdown, HTML,
reStructuredText, LaTeX, DocBook, and RTF
Build-Depends: @BUILD_DEPENDS@
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
Text.Pandoc.ASCIIMathML,
Text.Pandoc.Definition,
Text.Pandoc.Entities,
Text.Pandoc.Shared,
Text.Pandoc.UTF8,
Text.Pandoc.Writers.DefaultHeaders,
Text.Pandoc.Writers.Docbook,
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@