Dependencies for citeproc-hs-0.3.10
Libraries
citeproc-hs
- bytestring
- containers
- directory
- filepath
- json
- mtl
- pandoc-types (>=1.8 && <1.13)
- utf8-string
- if flag(bibutils)
- hs-bibutils (>=0.3)
- if flag(network)
- HTTP (>=4000.0.9)
- network (>=2.6)
- network-uri (>=2.6)
- if flag(hexpat)
- hexpat (>=0.20.2)
- if flag(embed_data_files)
- if flag(unicode_collation)
- if impl(ghc>=6.10)else
- base (>=3 && <4)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
bibutils | Use Chris Putnam's Bibutils. | Enabled |
network | Use network and HTTP to retrieve csl file from URIs. | Enabled |
hexpat | Use hexpat to parse XML | 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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info