summaryrefslogtreecommitdiff
path: root/pandoc.cabal
blob: c49e9df5c1d5fe283af02b25d96c18d51eafbf5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name:            pandoc
Version:         0.4
License:         GPL
License-File:    COPYING
Copyright:       (c) 2006-2007 John MacFarlane
Author:          John MacFarlane <jgm@berkeley.edu>
Maintainer:      John MacFarlane <jgm@berkeley.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