Dependencies for reflex-dom-core-0.5.3
Libraries
reflex-dom-core
- aeson (>=0.8 && <1.5)
- base (>=4.7 && <4.13)
- bifunctors (>=4.2 && <6)
- bimap (>=0.3 && <0.4)
- blaze-builder
- bytestring (>=0.10 && <0.11)
- constraints (>=0.9 && <0.12)
- containers (>=0.6 && <0.7)
- contravariant (>=1.4 && <1.6)
- data-default (>=0.5 && <0.8)
- dependent-map (>=0.3 && <0.4)
- dependent-sum (>=0.6 && <0.7)
- dependent-sum-template (>=0.1 && <0.2)
- directory (>=1.2 && <1.4)
- exception-transformers (>=0.4 && <0.5)
- ghcjs-dom (>=0.9.1.0 && <0.10)
- jsaddle (>=0.9.0.0 && <0.10)
- keycode (>=0.2.1 && <0.3)
- lens (>=4.7 && <5)
- monad-control (>=1.0.1 && <1.1)
- mtl (>=2.1 && <2.3)
- network-uri (>=2.6.1 && <2.7)
- primitive (>=0.5 && <0.7)
- random
- ref-tf (>=0.4 && <0.5)
- reflex (>=0.6.2 && <0.7)
- semigroups (>=0.16 && <0.19)
- stm (>=2.4 && <2.6)
- text (>=1.2 && <1.3)
- transformers (>=0.3 && <0.6)
- zenc (>=0.1 && <0.2)
- if impl(ghcjs)
- ghcjs-base
- hashable (>=1.2 && <1.3)
- if !os(windows)
- unix (>=2.7 && <2.8)
- if flag(split-these)else
- these (>=0.4 && <0.9)
- if flag(use-template-haskell)
- dependent-sum (>=0.6)
- dependent-sum-template (>=0.1 && <0.2)
- template-haskell
- dependent-sum (>=0.6 && <0.7)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
use-template-haskell | Use template haskell to generate lenses | Enabled |
use-reflex-optimizer | Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental. | Disabled |
expose-all-unfoldings | Build the library with -fexpose-all-unfoldings which can help client code specialize better | Disabled |
profile-reflex | Add a layer of profiling to all Reflex events in the system | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
split-these | Use split these/semialign packages | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info