Dependencies for pandoc-1.4
Libraries
pandoc
- bytestring (>=0.9)
- containers (>=0.1)
- directory (>=1)
- filepath (>=1.1)
- mtl (>=1.1)
- network (>=2 && <2.6)
- old-time (>=1)
- parsec (>=2.1 && <3)
- pretty (>=1)
- process (>=1)
- template-haskell (>=2.2)
- utf8-string (>=0.3)
- xhtml (>=3000.0)
- zip-archive (>=0.1.1.4)
- if impl(ghc>=6.10)else
- base (>=3 && <4)
- if flag(highlighting)
- highlighting-kate (>=0.2.3)
- if flag(citeproc)
- if !flag(library)
- buildable: False
Executables
pandoc
- if flag(citeproc)
- citeproc-hs (>=0.2)
- if !flag(executable)
- buildable: False
hsmarkdown
- if !flag(wrappers)
- buildable: False
markdown2pdf
- if !flag(wrappers)
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
highlighting | Compile in support for syntax highlighting of code blocks. | Disabled |
executable | Build the pandoc executable. | Enabled |
wrappers | Build the wrappers (hsmarkdown, markdown2pdf). | Enabled |
library | Build the pandoc library. | Enabled |
citeproc | Compile in support for citeproc-hs bibliographic formatting. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info