Dependencies for Yampa-0.15
Libraries
Yampa
- base (<6)
- deepseq (>=1.3.0.1 && <1.6)
- random (>=1.1 && <1.3)
- simple-affine-space (>=0.1 && <0.3)
- if !impl(ghc>=8.0)
- fail (>=4.9 && <4.10)
Executables
yampa-examples-sdl-bouncingbox
- if flag(examples)else
- buildable: False
yampa-examples-sdl-circlingmouse
- if flag(examples)else
- buildable: False
yampa-examples-sdl-wiimote
- if flag(examples)
- base (<5)
- deepseq (>=1.3.0.1 && <1.6)
- hcwiid (>=0.0.5 && <0.1)
- random (>=1.1 && <1.3)
- SDL (>=0.6 && <0.7)
- Yampa
- buildable: False
yampa-examples-elevator
yampa-examples-tailgatingdetector
Flags
Manual Flags
Name | Description | Default |
---|---|---|
test-hlint | Enable hlint test suite | Disabled |
test-doc-coverage | Enable haddock coverage test suite | Disabled |
examples | Enable examples | Disabled |
expose-core | You can enable exposing some of Yampa's core constructs using -fexpose-core. Enabling this is an unsupported configuration, but it may be useful if you are building an extension of Yampa for research and do not wish to fork Yampa completely. No released project should ever depend on this. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info