aboutsummaryrefslogtreecommitdiff
path: root/Pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-07 05:25:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-07 05:25:44 +0000
commit98372ea277e698c44ed192d56fff68a041233315 (patch)
tree470d55df0dbce5ea679651da315bce13881c00d6 /Pandoc.cabal
parent5a0ce1bcac4feebfd62696386313b589d0cd122c (diff)
downloadpandoc-98372ea277e698c44ed192d56fff68a041233315.tar.gz
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
Diffstat (limited to 'Pandoc.cabal')
-rw-r--r--Pandoc.cabal42
1 files changed, 0 insertions, 42 deletions
diff --git a/Pandoc.cabal b/Pandoc.cabal
deleted file mode 100644
index a71b9a290..000000000
--- a/Pandoc.cabal
+++ /dev/null
@@ -1,42 +0,0 @@
-Name: Pandoc
-Version: 0.4
-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-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