Dependencies for threepenny-gui-0.5.0.0
Libraries
threepenny-gui
- aeson (>=0.6 && <0.9)
- attoparsec-enumerator (>=0.3 && <0.4)
- base (>=4 && <5)
- bytestring (>=0.9.2 && <0.11)
- containers (>=0.4.2 && <0.6)
- data-default (>=0.5 && <0.6)
- deepseq (>=1.3 && <1.4)
- filepath (>=1.3 && <1.4)
- hashable (>=1.1.0 && <1.3)
- MonadCatchIO-transformers (>=0.3 && <0.4)
- safe (>=0.3 && <0.4)
- snap-core (>=0.9 && <0.10)
- snap-server (>=0.9 && <0.10)
- stm (>=2.3 && <2.5)
- template-haskell (>=2.7.0 && <2.10)
- text (>=0.11 && <1.3)
- time (>=1.4 && <1.5)
- transformers (>=0.3.0 && <0.5)
- unordered-containers (>=0.2 && <0.3)
- utf8-string (>=0.3 && <0.4)
- vault (>=0.3 && <0.4)
- websockets (>=0.8 && <0.10)
- websockets-snap (>=0.8 && <0.10)
- if flag(network-uri)
- network-uri (>=2.6 && <2.7)
- network (>=2.3.0 && <2.6)
Executables
threepenny-examples-bartab
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- threepenny-gui
- buildable: False
threepenny-examples-buttons
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- threepenny-gui
- buildable: False
threepenny-examples-chat
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- threepenny-gui
- time
- transformers
- buildable: False
threepenny-examples-crud
- if flag(buildexamples)
- base (>=4 && <5)
- containers
- threepenny-gui
- buildable: False
threepenny-examples-currencyconverter
- if flag(buildexamples)
- base (>=4 && <5)
- safe
- threepenny-gui
- buildable: False
threepenny-examples-dragndropexample
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- threepenny-gui
- buildable: False
threepenny-examples-drummachine
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- threepenny-gui
- buildable: False
threepenny-examples-missing-dollars
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- safe
- threepenny-gui
- buildable: False
threepenny-examples-use-words
- if flag(buildexamples)
- base (>=4 && <5)
- filepath
- parsec
- threepenny-gui
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables. | Disabled |
network-uri | Get Network.URI from the network-uri package | Enabled |
rebug | The library uses some techniques that are highly non-deterministic, for example garbage collection and concurrency. Bugs in these subsystems are harder to find. Activating this flag will expose more of them. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info