Dependencies for bytestring-0.12.1.0

library

Flags

Manual Flags

NameDescriptionDefault
pure-haskell

Don't use bytestring's standard C routines When this flag is true, bytestring will use pure Haskell variants (no C FFI) of the internal functions. This is not recommended except in use cases that cannot (or do not) depend on C, such as with GHC's JavaScript backend.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info