Dependencies for streamly-0.8.2
Libraries
streamly
- base (>=4.9 && <4.17)
- containers (>=0.5 && <0.7)
- deepseq (>=1.4.1 && <1.5)
- directory (>=1.2.2 && <1.4)
- exceptions (>=0.8 && <0.11)
- filepath (>=1.2.0.0 && <1.5)
- fusion-plugin-types (>=0.1 && <0.2)
- ghc-prim (>=0.2 && <0.9)
- heaps (>=0.3 && <0.5)
- mtl (>=2.2 && <2.3)
- primitive (>=0.5.4 && <0.8)
- transformers (>=0.4 && <0.7)
- transformers-base (>=0.4 && <0.5)
- if flag(use-unliftio)
- unliftio-core (>=0.2 && <0.3)
- monad-control (>=1.0 && <1.1)
- if !flag(streamly-core)
- atomic-primops (>=0.8 && <0.9)
- lockfree-queue (>=0.2.3 && <0.3)
- network (>=2.6 && <3.2)
- unicode-data (>=0.1 && <0.4)
- if os(windows)
- Win32 (>=2.6 && <2.13)
- if flag(inspection)
- inspection-testing (>=0.4 && <0.5)
- template-haskell (>=2.14 && <2.17)
- if flag(dev) && flag(inspection)
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| fusion-plugin | Use fusion plugin for benchmarks and executables | Disabled |
| inspection | Enable inspection testing | Disabled |
| debug | Debug build with asserts enabled | Disabled |
| dev | Development build | Disabled |
| has-llvm | Use llvm backend for code generation | Disabled |
| no-fusion | Disable rewrite rules for stream fusion | Disabled |
| streamk | Use CPS style streams when possible | Disabled |
| use-c-malloc | Use C malloc instead of GHC malloc | Disabled |
| opt | off=GHC default, on=-O2 | Enabled |
| limit-build-mem | Limits memory when building | Disabled |
| streamly-core | Build only the core modules | Disabled |
| use-unliftio | Use unliftio-core instead of monad-control | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info