reflex 0.7.2.0 → 0.8.0.0
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- ChangeLog.md +4/−0
- reflex.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex +## 0.8.0.0++* Replace 0.7.2.0 with 0.8.0.0 to reflect the `MonadHold` interface change. Deprecates 0.7.2.0.+ ## 0.7.2.0 * ([#416](https://github.com/reflex-frp/reflex/pull/416)) Add `now :: m (Event t ())` to `MonadHold`. * Extend some dependency version bounds
reflex.cabal view
@@ -1,5 +1,5 @@ Name: reflex-Version: 0.7.2.0+Version: 0.8.0.0 Synopsis: Higher-order Functional Reactive Programming Description: Interactive programs without callbacks or side-effects.