Dependencies for libconfig-0.2.0.0
Libraries
libconfig
- if flag(prisms) && flag(binary) && flag(cereal)
- base (>=4.6 && <4.9)
- binary (>=0.5 && <0.8)
- cereal (>=0.4 && <0.5)
- cereal-text (>=0.1)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- profunctors (>=4 && <5)
- text (>=1.1 && <1.3)
- text-binary (>=0.1)
- transformers (>=0.3)
- if flag(prisms) && flag(binary)
- base (>=4.6 && <4.9)
- binary (>=0.5 && <0.8)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- profunctors (>=4 && <5)
- text (>=1.1 && <1.3)
- text-binary (>=0.1)
- transformers (>=0.3)
- if flag(prisms) && flag(cereal)
- base (>=4.6 && <4.9)
- cereal (>=0.4 && <0.5)
- cereal-text (>=0.1)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- profunctors (>=4 && <5)
- text (>=1.1 && <1.3)
- transformers (>=0.3)
- if flag(binary) && flag(cereal)
- base (>=4.6 && <4.9)
- binary (>=0.5 && <0.8)
- cereal (>=0.4 && <0.5)
- cereal-text (>=0.1)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- text (>=1.1 && <1.3)
- text-binary (>=0.1)
- transformers (>=0.3)
- if flag(prisms)
- base (>=4.6 && <4.9)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- profunctors (>=4 && <5)
- text (>=1.1 && <1.3)
- transformers (>=0.3)
- if flag(binary)
- base (>=4.6 && <4.9)
- binary (>=0.5 && <0.8)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- text (>=1.1 && <1.3)
- text-binary (>=0.1)
- transformers (>=0.3)
- if flag(cereal)
- base (>=4.6 && <4.9)
- cereal (>=0.4 && <0.5)
- cereal-text (>=0.1)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- text (>=1.1 && <1.3)
- transformers (>=0.3)
- base (>=4.6 && <4.9)
- deepseq (>=1.3)
- hashable (>=1.2 && <1.3)
- text (>=1.1 && <1.3)
- transformers (>=0.3)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| prisms | Build prisms along with lenses (adds a dependency on If tests are enabled, this also adds a
dependency on If this flag is disabled, no lens tests will be run. This is suboptimal but simpler than adding another cabal flag. | Enabled |
| binary | Provide instances for Data.Binary.Binary from
the | Enabled |
| cereal | Provide instances for Data.Serialize.Serialize
from the | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info