Dependencies for rest-example-0.1.0.1
Libraries
rest-example
- aeson (>=0.7 && <0.9)
- base (>=4.6 && <4.8)
- containers (>=0.3 && <0.6)
- filepath (>=1.1 && <1.4)
- hxt (>=9.3 && <9.4)
- json-schema (>=0.6 && <0.7)
- monad-control (>=0.3 && <0.4)
- mtl (>=2.0 && <2.3)
- regular (>=0.3 && <0.4)
- regular-xmlpickler (>=0.2 && <0.3)
- rest-core (>=0.31 && <0.33)
- rest-types (>=1.10 && <1.11)
- safe (>=0.2 && <0.4)
- stm (>=2.1 && <2.5)
- text (>=0.10 && <1.2)
- time (>=1.1 && <1.5)
- transformers (>=0.2 && <0.4)
- transformers-base (>=0.4 && <0.5)
- unordered-containers (>=0.2 && <0.3)
Executables
rest-example-happstack
- if flag(happstack)
- base (>=4.6 && <4.8)
- happstack-server (>=7.1 && <7.4)
- mtl (>=2.0 && <2.3)
- rest-core (>=0.31 && <0.33)
- rest-example
- rest-happstack (>=0.2 && <0.3)
- buildable: False
rest-example-wai
- if flag(wai)
- base (>=4.6 && <4.8)
- mtl (>=2.0 && <2.3)
- rest-core (>=0.31 && <0.33)
- rest-example
- rest-wai (>=0.1 && <0.2)
- wai (>=2.1 && <3.1)
- warp (>=2.1 && <3.1)
- buildable: False
rest-example-snap
- if flag(snap)
- base (>=4.6 && <4.8)
- mtl (>=2.0 && <2.3)
- rest-core (>=0.31 && <0.33)
- rest-example
- rest-snap (>=0.1 && <0.2)
- snap-core (>=0.9 && <0.10)
- snap-server (>=0.9 && <0.10)
- buildable: False
rest-example-gen
- if flag(gen)
- base (>=4.6 && <4.8)
- mtl (>=2.0 && <2.3)
- rest-core (>=0.31 && <0.33)
- rest-example
- rest-gen (>=0.14 && <0.15)
- buildable: False
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| happstack | Build the rest on happstack example. | Disabled |
| wai | Build the rest on wai example. | Disabled |
| snap | Build the rest on snap example. | Disabled |
| gen | Build the rest on happstack example. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info