aboutsummaryrefslogtreecommitdiff
path: root/Pandoc.cabal
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-28 15:13:18 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-28 15:13:18 +0000
commit156be8b17af04d64b69110670eb557978024237b (patch)
tree5d5f71a789d85a18f1790731e22db027aab727b9 /Pandoc.cabal
parentf0a25e4be15408744b31b6c20a4690c631217ee1 (diff)
downloadpandoc-156be8b17af04d64b69110670eb557978024237b.tar.gz
Merge trunk with ghc66-branch.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@28 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Pandoc.cabal')
-rw-r--r--Pandoc.cabal33
1 files changed, 0 insertions, 33 deletions
diff --git a/Pandoc.cabal b/Pandoc.cabal
deleted file mode 100644
index 7a34a1e21..000000000
--- a/Pandoc.cabal
+++ /dev/null
@@ -1,33 +0,0 @@
-Name: Pandoc
-Version: 0.21
-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: base, haskell98, parsec
-Hs-Source-Dir: 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
-
-Executable: pandoc
-Hs-Source-Dir: src
-Main-Is: Main.hs