Dependencies for streamly-0.10.1
Libraries
streamly
- atomic-primops (>=0.8 && <0.9)
- base (>=4.12 && <4.20)
- containers (>=0.6.0 && <0.8)
- deepseq (>=1.4.4 && <1.6)
- exceptions (>=0.8.0 && <0.11)
- hashable (>=1.3 && <1.5)
- heaps (>=0.3 && <0.5)
- lockfree-queue (>=0.2.4 && <0.3)
- mtl (>=2.2.2 && <2.4)
- network (>=2.6 && <3.2)
- streamly-core (==0.2.2)
- template-haskell (>=2.14 && <2.22)
- transformers (>=0.5.5 && <0.7)
- unicode-data (>=0.1 && <0.5)
- unordered-containers (>=0.2 && <0.3)
- if impl(ghc<9.6)
- transformers-base (>=0.4 && <0.5)
- if flag(use-unliftio)
- unliftio-core (>=0.2 && <0.3)
- monad-control (>=1.0 && <1.1)
- if flag(dev)
- primitive (>=0.5.4 && <0.9)
- if os(linux)
- directory (>=1.2.2 && <1.4)
- if os(windows)
- Win32 (>=2.6 && <2.14)
- if os(osx)
- directory (>=1.2.2 && <1.4)
- if flag(inspection)
- inspection-testing (>=0.4 && <0.6)
- 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 |
opt | off=GHC default, on=-O2 | Enabled |
limit-build-mem | Limits memory when building | 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