Dependencies for simple-sendfile-0.2.32
Libraries
simple-sendfile
- base (>=4.8 && <5)
- bytestring
- network (>=3.1.4)
- if os(freebsd) && flag(allow-bsd) && !flag(fallback)else
- if os(osx) && !flag(fallback)else
- if os(linux) && !flag(fallback)else
- conduit (>=1.0 && <1.4)
- conduit-extra (>=1.0 && <1.4)
- resourcet
- transformers (>=0.2.2 && <0.7)
- if os(linux) && !flag(fallback)else
- if os(osx) && !flag(fallback)else
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
allow-bsd | Allow use of BSD sendfile (disable on GNU/kFreeBSD) | Enabled |
fallback | Use conduit instead of sendfile() | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info