Dependencies for streamly-0.7.2
Libraries
streamly
- atomic-primops (>=0.8 && <0.9)
- base (>=4.8 && <5)
- containers (>=0.5 && <0.7)
- deepseq (>=1.4.1 && <1.5)
- directory (>=1.2.2 && <1.4)
- exceptions (>=0.8 && <0.11)
- fusion-plugin-types (>=0.1 && <0.2)
- ghc-prim (>=0.2 && <0.7)
- heaps (>=0.3 && <0.4)
- lockfree-queue (>=0.2.3 && <0.3)
- monad-control (>=1.0 && <2)
- mtl (>=2.2 && <3)
- primitive (>=0.5.4 && <0.7.1)
- transformers (>=0.4 && <0.6)
- transformers-base (>=0.4 && <0.5)
- if !impl(ghcjs)
- network (>=2.6 && <4)
- if impl(ghc<8.0)
- semigroups (>=0.18 && <0.19)
- if flag(inspection)
- inspection-testing (>=0.4 && <0.5)
- template-haskell (>=2.14 && <2.17)
- if flag(dev) && flag(inspection)
Executables
SearchQuery
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)
- base (>=4.8 && <5)
- http-conduit (>=2.2.2 && <2.4)
- streamly
- if impl(ghc<8.0)
- unliftio-core (<0.2)
- buildable: False
ListDir
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if flag(examples) || flag(examples-sdl)
- base (>=4.8 && <5)
- streamly
- if impl(ghc<8.0)
- transformers (>=0.4 && <0.6)
- buildable: False
MergeSort
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if flag(examples) || flag(examples-sdl)else
- buildable: False
AcidRain
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- 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
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if flag(examples-sdl)else
- buildable: False
ControlFlow
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- 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
HandleIO
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if flag(examples) || flag(examples-sdl)else
- buildable: False
FileIOExamples
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if flag(examples) || flag(examples-sdl)else
- buildable: False
EchoServer
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)
- base (>=4.8 && <5)
- network (>=2.6 && <4)
- streamly
- if impl(ghc<8.0)
- transformers (>=0.4 && <0.6)
- buildable: False
FileSinkServer
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)
- base (>=4.8 && <5)
- network (>=2.6 && <4)
- streamly
- if impl(ghc<8.0)
- transformers (>=0.4 && <0.6)
- buildable: False
FromFileClient
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)else
- buildable: False
WordClassifier
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)
- base (>=4.8 && <5)
- hashable (>=1.2 && <1.4)
- streamly
- unordered-containers (>=0.2 && <0.3)
- buildable: False
WordCount
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)else
- buildable: False
CamelCase
- if flag(fusion-plugin) && !impl(ghcjs) && !impl(ghc<8.6)
- fusion-plugin (>=0.2 && <0.3)
- if (flag(examples) || flag(examples-sdl)) && !impl(ghcjs)else
- buildable: False
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 |
| 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