name: reflex-external-ref version: 1.1.0.0 synopsis: External reference with reactivity support description: The package provides you with `IORef` that has attached reflex `Event`. Each time the variable changes the event fires. It is very useful for communication with external event sources or using it as environment level state. stability: Experimental category: Reflex, FRP, Web, GUI, HTML, Javascript, Reactive, Reactivity, User Interfaces, User-interface build-type: Simple cabal-version: >=1.10 license: MIT license-file: LICENSE copyright: 2019 ATUM SOLUTIONS AG author: - Anton Gushcha - Aminion - Vladimir Krutkin - Levon Oganyan maintainer: - Anton Gushcha - Aminion <> - Vladimir Krutkin - Levon Oganyan bug-reports: https://github.com/hexresearch/ergvein/issues homepage: https://github.com/hexresearch/ergvein extra-source-files: README.md CHANGELOG.md library hs-source-dirs: src exposed-modules: Reflex.ExternalRef build-depends: base >= 4.5 && < 4.15 , reflex >= 0.4 && < 0.10 , deepseq >= 1.4 && < 1.5 default-language: Haskell2010 source-repository head type: git location: https://github.com/hexresearch/ergvein.git subdir: reflex-external-ref