Dependencies for data-default-extra-0.1.0
Libraries
data-default-extra
- base (<6)
- data-default-class (>=0.0.1 && <0.2)
- data-default-instances-new-base (>=0.0.1 && <0.2)
- if impl(ghc<7.6)
- if flag(with-bytestring)
- data-default-instances-bytestring (>=0.0 && <0.1)
- if flag(with-case-insensitive)
- data-default-instances-case-insensitive (>=0.0 && <0.1)
- if flag(with-containers)
- data-default-instances-containers (>=0.0 && <0.1)
- if flag(with-dlist)
- data-default-instances-dlist (>=0.0 && <0.1)
- if flag(with-text)
- data-default-instances-text (>=0.0 && <0.1)
- if flag(with-old-locale)
- data-default-instances-old-locale (>=0.0 && <0.1)
- if flag(with-unordered-containers)
- data-default-instances-unordered-containers (>=0.0 && <0.1)
- if flag(with-vector)
- data-default-instances-vector (>=0.0 && <0.1)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
with-bytestring | Provide instances for (lazy and strict) ByteString, ByteString Builder and for ShortByteString. | Enabled |
with-case-insensitive | Provide instance for CI (Case Insensitive) type wrapper. | Enabled |
with-containers | Provide instances for Set, Map, IntMap, IntSet, Seq, and Tree. | Enabled |
with-dlist | Provide instance for DList type. | Disabled |
with-text | Provide instance for (strict and lazy) Text and Text Builder. | Enabled |
with-old-locale | Provide instance for TimeLocale type. | Enabled |
with-unordered-containers | Provide instances for HashMap and HashSet. | Enabled |
with-vector | Provide instances for various (boxed and unboxed) Vector types. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info