Dependencies for raketka-1.2.0
Libraries
raketka
- aeson
- async
- base (>=4.8 && <5.0)
- binary
- bytestring
- conf-json
- containers
- distributed-process
- distributed-process-simplelocalnet
- network
- network-transport
- network-transport-tcp
- random
- stm
- template-haskell
Executables
raketka
- aeson
- async
- base (>=4.8 && <5.0)
- binary
- bytestring
- conf-json
- containers
- distributed-process
- distributed-process-simplelocalnet
- network
- network-transport
- network-transport-tcp
- random
- stm
- template-haskell
- if flag(legacy_libc)
- splitmix (<=0.1.1.0)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
legacy_libc | set this flag to True if you see this error message : cbits-unix/init.c:3:10: error: fatal error: sys/random.h: No such file or directory 3 | #include sys/random.h | ^~~~~~~~~ how to set this flag to true: in cabal.project or cabal.project.local add this line (0 indent): constraints: raketka +legacy_libc | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info