Dependencies for streamly-0.6.1
Libraries
streamly
- atomic-primops (>=0.8 && <0.9)
- base (>=4.8 && <5)
- containers (>=0.5 && <0.7)
- deepseq (>=1.4.3 && <1.5)
- exceptions (>=0.8 && <0.11)
- ghc-prim (>=0.2 && <0.6)
- heaps (>=0.3 && <0.4)
- lockfree-queue (>=0.2.3 && <0.3)
- monad-control (>=1.0 && <2)
- mtl (>=2.2 && <3)
- transformers (>=0.4 && <0.6)
- transformers-base (>=0.4 && <0.5)
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
Executables
nano-bench
- if flag(dev)
- atomic-primops (>=0.8 && <0.9)
- base (>=4.8 && <5)
- containers (>=0.5 && <0.7)
- exceptions (>=0.8 && <0.11)
- gauge (>=0.2.4 && <0.3)
- ghc-prim (>=0.2 && <0.6)
- heaps (>=0.3 && <0.4)
- lockfree-queue (>=0.2.3 && <0.3)
- monad-control (>=1.0 && <2)
- mtl (>=2.2 && <3)
- random (>=1.0 && <2.0)
- transformers (>=0.4 && <0.6)
- buildable: False
adaptive
- if flag(dev)else
- buildable: False
chart
- if flag(dev) && !flag(no-charts) && !impl(ghcjs)
- base (>=4.8 && <5)
- bench-show (>=0.2 && <0.3)
- split
- transformers (>=0.4 && <0.6)
- buildable: False
SearchQuery
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)
- base (>=4.8 && <5)
- http-conduit (>=2.2.2 && <2.4)
- streamly
- buildable: False
ListDir
- if flag(examples) || flag(examples-sdl)
- base (>=4.8 && <5)
- path-io (>=0.1.0 && <1.5)
- streamly
- if impl(ghc<8.0)
- transformers (>=0.4 && <0.6)
- buildable: False
MergeSort
- if flag(examples) || flag(examples-sdl)else
- buildable: False
AcidRain
- if flag(examples) || flag(examples-sdl)
- base (>=4.8 && <5)
- mtl (>=2.2 && <3)
- streamly
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- transformers (>=0.4 && <0.6)
- buildable: False
CirclingSquare
ControlFlow
- if flag(examples) || flag(examples-sdl)
- base (>=4.8 && <5)
- exceptions (>=0.8 && <0.11)
- streamly
- transformers (>=0.4 && <0.6)
- transformers-base (>=0.4 && <0.5)
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- buildable: False
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Development build | Disabled |
| no-charts | Disable chart generation | Disabled |
| no-fusion | Disable rewrite rules | Disabled |
| streamk | Use CPS style streams when possible | Disabled |
| examples | Build including examples | Disabled |
| examples-sdl | Build including SDL examples | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info