summaryrefslogtreecommitdiff
path: root/Pandoc.cabal.in
blob: 0263c2b12c9ca33ff935516bc3c5ceecfd275264 (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
Name:            Pandoc
Version:         0.2
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:	 @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@