Dependencies for pandoc-1.8
Libraries
pandoc
- bytestring (>=0.9 && <1.0)
- citeproc-hs (>=0.3.1 && <0.4)
- containers (>=0.1 && <0.5)
- directory (>=1 && <1.2)
- dlist (>=0.4 && <0.6)
- extensible-exceptions (>=0.1 && <0.2)
- filepath (>=1.1 && <1.3)
- HTTP (>=4000.0.5 && <4000.2)
- json (>=0.4 && <0.5)
- mtl (>=1.1 && <2.1)
- network (>=2 && <2.4)
- old-time (>=1 && <1.1)
- pandoc-types (>=1.8 && <1.9)
- parsec (>=2.1 && <3.2)
- process (>=1 && <1.1)
- random (>=1 && <1.1)
- tagsoup (>=0.12 && <0.13)
- texmath (>=0.5 && <0.6)
- utf8-string (>=0.3 && <0.4)
- xhtml (>=3000.0 && <3000.3)
- xml (>=1.3.5 && <1.4)
- zip-archive (>=0.1.1.7 && <0.2)
- if impl(ghc>=6.10)else
- base (>=3 && <4)
- if flag(highlighting)
- highlighting-kate (>=0.2.9 && <0.3)
- if !flag(library)
- buildable: False
Executables
pandoc
- bytestring (>=0.9 && <1.0)
- citeproc-hs (>=0.3.1 && <0.4)
- containers (>=0.1 && <0.5)
- directory (>=1 && <1.2)
- dlist (>=0.4 && <0.6)
- extensible-exceptions (>=0.1 && <0.2)
- filepath (>=1.1 && <1.3)
- HTTP (>=4000.0.5 && <4000.2)
- json (>=0.4 && <0.5)
- mtl (>=1.1 && <2.1)
- network (>=2 && <2.4)
- old-time (>=1 && <1.1)
- pandoc-types (>=1.8 && <1.9)
- parsec (>=2.1 && <3.2)
- process (>=1 && <1.1)
- random (>=1 && <1.1)
- tagsoup (>=0.12 && <0.13)
- texmath (>=0.5 && <0.6)
- utf8-string (>=0.3 && <0.4)
- xhtml (>=3000.0 && <3000.3)
- xml (>=1.3.5 && <1.4)
- zip-archive (>=0.1.1.7 && <0.2)
- if impl(ghc>=6.10)else
- base (>=3 && <4)
- if flag(highlighting)
- highlighting-kate (>=0.2.9 && <0.3)
- if !(flag(executable) || flag(wrappers))
- buildable: False
markdown2pdf
- if !flag(wrappers)
- buildable: False
test-pandoc
- if !flag(tests)
- buildable: False
- ansi-terminal (>=0.5 && <0.6)
- base (>=4 && <5)
- Diff
- HUnit (>=1.2 && <1.3)
- QuickCheck (>=2.4 && <2.6)
- template-haskell (>=2.4 && <2.6)
- test-framework (>=0.3 && <0.4)
- test-framework-hunit (>=0.2 && <0.3)
- test-framework-quickcheck2 (>=0.2.9 && <0.3)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
threaded | Compile markdown2pdf with -threaded option. | Enabled |
highlighting | Compile in support for syntax highlighting of code blocks. | Disabled |
executable | Build the pandoc executable. | Enabled |
library | Build the pandoc library. | Enabled |
wrappers | Build the wrappers (markdown2pdf). | Enabled |
tests | Build test-pandoc. | Disabled |
benchmarks | Build benchmark-pandoc. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info