Drop *Tag classes

This commit is contained in:
Ali Abrar 2019-06-14 17:50:07 -04:00
parent 1024703631
commit bccbe428bf
3 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Revision history for reflex
## Unreleased
## 0.6.2.0
* Fix `holdDyn` so that it is lazy in its event argument
* Stop using the now-deprecated `*Tag` classes (e.g., `ShowTag`).
* Fix `holdDyn` so that it is lazy in its event argument.
## 0.6.1.0

View File

@ -11,7 +11,7 @@
}:
mkDerivation {
pname = "reflex";
version = "0.6.1.1";
version = "0.6.2.0";
src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [ ".git" "dist" ])) ./.;
libraryHaskellDepends = [
base bifunctors containers dependent-map dependent-sum

View File

@ -1,5 +1,5 @@
Name: reflex
Version: 0.6.1.1
Version: 0.6.2.0
Synopsis: Higher-order Functional Reactive Programming
Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
License: BSD3