Dependencies for string-interpolate-0.3.0.1
Libraries
string-interpolate
- base (>=4 && <5)
- base16-bytestring (<1.0.0.0)
- bytestring (<0.11)
- haskell-src-exts (<1.24)
- haskell-src-meta (<0.9)
- split (<0.3)
- template-haskell (<2.17)
- text (<1.3)
- text-conversions (<0.4)
- utf8-string (<1.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
extended-benchmarks | Enable benchmarks for Interpolation and interpolatedstring-perl6 | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
text-builder | Use Text Builders to construct Text outputs instead of the Text type itself. If you're regularly constructing large (>50KB) text objects, enabling this can speed up your code. Otherwise, enabling this is likely to be a net slowdown. | Disabled |
bytestring-builder | Use ByteString Builders to construct ByteString outputs instead of the ByteString type itself. If you're regularly constructing large (>50KB) bytestrings, enabling this can speed up your code. Otherwise, enabling this is likely to be a net slowdown. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info