Dependencies for reflex-0.6.2.3
Libraries
reflex
- base (>=4.9 && <4.13)
- bifunctors (>=5.2 && <5.6)
- comonad (>=5.0.4 && <5.1)
- constraints-extras (>=0.3 && <0.4)
- containers (>=0.6 && <0.7)
- data-default (>=0.5 && <0.8)
- dependent-map (>=0.3 && <0.4)
- exception-transformers (>=0.4 && <0.5)
- lens (>=4.7 && <5)
- MemoTrie (>=0.6 && <0.7)
- monad-control (>=1.0.1 && <1.1)
- mtl (>=2.1 && <2.3)
- prim-uniq (>=0.1.0.1 && <0.2)
- primitive (>=0.5 && <0.8)
- profunctors (>=5.3 && <5.5)
- random (>=1.1 && <1.2)
- ref-tf (>=0.4 && <0.5)
- reflection (>=2.1 && <2.2)
- semigroupoids (>=4.0 && <6)
- stm (>=2.4 && <2.6)
- syb (>=0.5 && <0.8)
- time (>=1.4 && <1.9)
- transformers (>=0.5.6.0 && <0.6)
- unbounded-delays (>=0.1.0.0 && <0.2)
- witherable (>=0.3 && <0.3.2)
- if flag(split-these)
- monoidal-containers (>=0.5.0.1 && <0.6)
- semialign (>=1 && <1.1)
- these (>=1 && <1.1)
- monoidal-containers (==0.5.0.0)
- these (>=0.4 && <0.9)
- if flag(debug-trace-events)
- if flag(use-reflex-optimizer)
- if flag(use-template-haskell)
- dependent-sum (>=0.6 && <0.7)
- haskell-src-exts (>=1.16 && <1.22)
- haskell-src-meta (>=0.6 && <0.9)
- template-haskell (>=2.9 && <2.15)
- dependent-sum (>=0.6 && <0.7)
- if impl(ghcjs)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
use-reflex-optimizer | Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental. | Disabled |
use-template-haskell | Use template haskell to generate lenses | Enabled |
debug-trace-events | Add instrumentation that outputs the stack trace of the definition of an event whenever it is subscribed to. Warning: It is very slow! | Disabled |
fast-weak | Use the primitive implementation of FastWeak in GHCJS; note that this requires GHCJS to be built with FastWeak and FastWeakBag present in the RTS, which is not the default | 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