Dependencies for pandoc-citeproc-0.14.4
Libraries
pandoc-citeproc
- aeson (>=0.7 && <1.5)
- bytestring
- containers
- data-default
- directory
- filepath
- mtl
- pandoc (>=1.16 && <2.4)
- pandoc-types (>=1.17.3 && <1.18)
- setenv (>=0.1 && <0.2)
- split
- tagsoup
- text
- unordered-containers (>=0.2 && <0.3)
- vector
- xml-conduit (>=1.2 && <1.9)
- yaml (>=0.8.32)
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- if impl(ghc<8.4)
- base-compat (>=0.9)
- if flag(debug)
- if flag(bibutils)
- hs-bibutils (>=6.4)
- if flag(embed_data_files)
- file-embed (>=0.0 && <0.1)
- if flag(unicode_collation)else
- if impl(ghc>=6.10)else
- base (>=3 && <4)
Executables
pandoc-citeproc
- aeson
- aeson-pretty (>=0.8)
- attoparsec
- base (>=4)
- bytestring
- filepath
- pandoc (>=1.16 && <2.4)
- pandoc-citeproc
- pandoc-types (>=1.17.3 && <1.18)
- syb
- text
- yaml
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- if impl(ghc<8.4)
- base-compat (>=0.9)
test-citeproc
- aeson
- base (>=4)
- bytestring
- containers (>=0.4)
- directory
- filepath
- mtl
- pandoc (>=1.16 && <2.4)
- pandoc-citeproc
- pandoc-types (>=1.17.3 && <1.18)
- process
- temporary (>=1.1)
- text
- vector (>=0.10)
- yaml (>=0.8.32)
- if !flag(test_citeproc)
- buildable: False
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- if impl(ghc<8.4)
- base-compat (>=0.9)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
bibutils | Use Chris Putnam's Bibutils. | Enabled |
embed_data_files | Embed locale files into the library (needed for windows packaging) | Disabled |
unicode_collation | Use Haskell bindings to the International Components for Unicode (ICU) libraries | Disabled |
test_citeproc | Build the test-citeproc program | Disabled |
debug | Turn on debug tracing. | Disabled |
static | Use static linking. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info