Skip to content

Commit bccbe42

Browse files
committed
Drop *Tag classes
1 parent 1024703 commit bccbe42

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Revision history for reflex
22

3-
## Unreleased
3+
## 0.6.2.0
44

5-
* Fix `holdDyn` so that it is lazy in its event argument
5+
* Stop using the now-deprecated `*Tag` classes (e.g., `ShowTag`).
6+
* Fix `holdDyn` so that it is lazy in its event argument.
67

78
## 0.6.1.0
89

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}:
1212
mkDerivation {
1313
pname = "reflex";
14-
version = "0.6.1.1";
14+
version = "0.6.2.0";
1515
src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [ ".git" "dist" ])) ./.;
1616
libraryHaskellDepends = [
1717
base bifunctors containers dependent-map dependent-sum

reflex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reflex
2-
Version: 0.6.1.1
2+
Version: 0.6.2.0
33
Synopsis: Higher-order Functional Reactive Programming
44
Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
55
License: BSD3

0 commit comments

Comments
 (0)