Difference between revisions of "Reactive/Versions"

From HaskellWiki
Jump to navigation Jump to search
(first edit: versions 0.0 & 0.1)
 
(versions 0.2, 0.3)
 
Line 1: Line 1:
 
== Version 0 ==
 
== Version 0 ==
  +
  +
=== Version 0.3 ===
  +
  +
* Commented out LANGUAGE pragmas and added OPTIONS_GHC -fglasgow-exts for ghc-6.6 compatibility.
  +
  +
=== Version 0.2 ===
  +
  +
* Fixed <hask>switcher</hask>. Didn't terminate. Thanks to Ivan Tomac for the bug report.
   
 
=== Version 0.1 ===
 
=== Version 0.1 ===

Latest revision as of 06:28, 19 January 2008

Version 0

Version 0.3

  • Commented out LANGUAGE pragmas and added OPTIONS_GHC -fglasgow-exts for ghc-6.6 compatibility.

Version 0.2

  • Fixed switcher. Didn't terminate. Thanks to Ivan Tomac for the bug report.

Version 0.1

  • Added Never constructor for Future. Allows optimizations, including a huge improvement for (>>=) on Event (which had been piling up nevers).
  • removed -threaded comment
  • added traceR (reactive value tracing)
  • use idler in src/Examples.hs (for single-threaded use of wxHaskell)

Version 0.0

  • New project.