From 156be8b17af04d64b69110670eb557978024237b Mon Sep 17 00:00:00 2001 From: roktas Date: Sat, 28 Oct 2006 15:13:18 +0000 Subject: Merge trunk with ghc66-branch. git-svn-id: https://pandoc.googlecode.com/svn/trunk@28 788f1e2b-df1e-0410-8736-df70ead52e1b --- Pandoc.cabal.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Pandoc.cabal.in (limited to 'Pandoc.cabal.in') diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in new file mode 100644 index 000000000..0263c2b12 --- /dev/null +++ b/Pandoc.cabal.in @@ -0,0 +1,35 @@ +Name: Pandoc +Version: 0.2 +License: GPL +License-File: LICENSE +Author: John MacFarlane +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@ -- cgit v1.2.3