Dependencies for streamly-core-0.2.2
Libraries
streamly-core
- base (>=4.12 && <4.21)
- containers (>=0.6.0 && <0.8)
- directory (>=1.3.3 && <1.4)
- exceptions (>=0.8.0 && <0.11)
- filepath (>=1.4.2 && <1.6)
- fusion-plugin-types (>=0.1 && <0.2)
- ghc-prim (>=0.5.3 && <0.12)
- heaps (>=0.3 && <0.5)
- template-haskell (>=2.14 && <2.22)
- transformers (>=0.5.5 && <0.7)
- if impl(ghc>=9.0)
- ghc-bignum (>=1.0 && <2)
- integer-gmp (>=1.0 && <1.2)
- if !flag(use-unliftio)
- monad-control (>=1.0 && <1.1)
- if os(linux) || os(osx)
- unix (>=2.7.0 && <2.9)
- if os(windows)
- Win32 (>=2.6 && <2.14)
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 |
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