Dependencies for bytestring-0.12.2.0
Libraries
bytestring
- base (>=4.11 && <5)
- deepseq
- ghc-prim
- template-haskell
- if impl(ghc<9.4)
- data-array-byte (>=0.1 && <0.2)
- if arch(javascript) || flag(pure-haskell)
- base (>=4.18 && <5)
- if arch(aarch64)
- base (>=4.17.2 && <4.18 || >=4.18.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
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