Reactive/Versions
From HaskellWiki
< Reactive
Contents |
1 Version 0
1.1 Version 0.3
- Commented out LANGUAGE pragmas and added OPTIONS_GHC -fglasgow-exts for ghc-6.6 compatibility.
1.2 Version 0.2
- Fixed . Didn't terminate. Thanks to Ivan Tomac for the bug report.switcher
1.3 Version 0.1
- Added constructor for Future. Allows optimizations, including a huge improvement forNeveron(>>=)(which had been piling upEvents).never
- removed
-threadedcomment - added (reactive value tracing)traceR
- use idler in
src/Examples.hs(for single-threaded use of wxHaskell)
1.4 Version 0.0
- New project.
