Dependencies for bytestring-trie-0.2.2
Libraries
bytestring-trie
- binary
- if flag(base4)
- base (>=4 && <4.8)
- base (<4)
- if flag(bytestringinbase)
- base (>=2.0 && <2.2)
- base (<2.0 || >=3)
- bytestring
- if flag(applicativeinbase)
- base (>=2.0)
- base (<2.0)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
base4 | base-4.0 deprecated Prelude which is imported qualified | Enabled |
usecinternal | Use optimized C implementation for indexOfDifference. See notes in Data.Trie.ByteStringInternal. | Disabled |
applicativeinbase | Applicative functors were added in base-2.0 | Enabled |
bytestringinbase | The bytestring library was included in base-2.0 and base-2.1.1, but for base-1.0 and base-3.0 it was a separate package | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info