Dependencies for streamly-core-0.1.0
Libraries
streamly-core
- base (>=4.12 && <4.19)
- containers (>=0.6.0 && <0.7)
- directory (>=1.3.3 && <1.4)
- exceptions (>=0.8.0 && <0.11)
- filepath (>=1.4.2 && <1.5)
- fusion-plugin-types (>=0.1 && <0.2)
- ghc-prim (>=0.5.3 && <0.10)
- heaps (>=0.3 && <0.5)
- template-haskell (>=2.14 && <2.20)
- transformers (>=0.5.5 && <0.7)
- if !flag(use-unliftio)
- monad-control (>=1.0 && <1.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
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 |
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 |
use-unliftio | Use unliftio-core instead of monad-control | Disabled |
use-unfolds | Use unfolds for generation everywhere | Disabled |
use-folds | Use folds for elimination everywhere | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info