From 98372ea277e698c44ed192d56fff68a041233315 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 7 Jul 2007 05:25:44 +0000 Subject: Renamed Pandoc.cabal -> pandoc.cabal, for better compatibility with HackageDB, which likes the cabal file to have the same name as the tarball. Modified references to Pandoc.cabal in INSTALL and Makefile. git-svn-id: https://pandoc.googlecode.com/svn/trunk@631 788f1e2b-df1e-0410-8736-df70ead52e1b --- pandoc.cabal | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pandoc.cabal (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal new file mode 100644 index 000000000..f7fb68e37 --- /dev/null +++ b/pandoc.cabal @@ -0,0 +1,42 @@ +Name: pandoc +Version: 0.4 +License: GPL +License-File: COPYING +Author: John MacFarlane +Stability: alpha +Homepage: http://sophos.berkeley.edu/macfarlane/pandoc +Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.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, groff man, and RTF +Build-Depends: base, parsec, xhtml, mtl, regex-compat +Hs-Source-Dirs: src +Exposed-Modules: Text.ParserCombinators.Pandoc, + Text.Pandoc, + Text.Pandoc.ASCIIMathML, + Text.Pandoc.Definition, + Text.Pandoc.Entities, + Text.Pandoc.Shared, + Text.Pandoc.UTF8, + Text.Pandoc.Blocks, + Text.Pandoc.Writers.DefaultHeaders, + Text.Pandoc.Writers.Docbook, + Text.Pandoc.Writers.HTML, + Text.Pandoc.Writers.Man, + 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: -O0 + +Executable: pandoc +Hs-Source-Dirs: src +Main-Is: Main.hs +Ghc-Options: -O0 -- cgit v1.2.3