reflex-basic-host: A basic Reflex host for backend work
Deprecated
in favor of reflex
reflex-basic-host provides a basic Reflex host for backend work. It provides instances for most of the important Reflex typeclasses.
Reflex.Host.Basic.basicHostWithQuit
is the main entry point for
running FRP code. Use the TriggerEvent
instance to construct
Event
s and control when they fire, and use the PerformEvent
instance to take actions in response to Event
firings.
From reflex >= 0.7.1.0
, there is an equivalent
Reflex.Host.Headless
module, so this package is now deprecated.
Downloads
- reflex-basic-host-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <4.14), dependent-sum (>=0.4 && <0.7), lens (>=3.6 && <4.19), mtl (>=2.2 && <2.3), primitive (>=0.6 && <0.8), ref-tf (>=0.4 && <0.5), reflex (>=0.6 && <0.7), reflex-basic-host, stm (>=2.4 && <2.6), witherable (>=0.2 && <0.4) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2019, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. |
Author | Dave Laing |
Maintainer | dave.laing.80@gmail.com, jack.kelly@data61.csiro.au |
Revised | Revision 2 made by jack at 2020-08-01T08:25:38Z |
Category | FRP |
Home page | https://github.com/qfpl/reflex-basic-host/ |
Bug tracker | https://github.com/qfpl/reflex-basic-host/issues |
Source repo | head: git clone git@github.com:qfpl/reflex-basic-host.git |
Uploaded | by qfpl at 2019-10-29T05:49:49Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | multithread, counter, example |
Downloads | 1382 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-29 [all 1 reports] |