Dependencies for verbosity-0.2.3.0
Libraries
verbosity
- base (>=4 && <5)
- if impl(ghc<7.10)
- transformers (>=0.2 && <0.4 || >=0.4.1 && <0.6)
- if flag(ghc-generics)
- if impl(ghc>=7.2 && <7.6)
- if flag(binary)
- binary (>=0.5 && <0.9)
- if flag(data-default)
- data-default-class (>=0.0 && <0.2)
- if flag(deepseq)
- deepseq (>=1.1.0.0 && <2)
- if flag(cereal)
- cereal (>=0.1 && <0.6)
- if flag(safecopy)
- safecopy (>=0.5 && <0.10)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pedantic | Pass additional warning flags to GHC. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
data-typeable | Derive instances for Data and Typeable type classes. | Enabled |
ghc-generics | Derive instances for Generic type class. | Enabled |
binary | Derive instances for Binary type class. | Enabled |
data-default | Derive instances for Default type class. | Enabled |
deepseq | Define instance for NFData type class. | Enabled |
cereal | Define instance for Serialize type class. | Disabled |
safecopy | Define instance for SafeCopy type class. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info