Skip to content

Commit

Permalink
Drop *Tag classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jun 14, 2019
1 parent 1024703 commit bccbe42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reflex.cabal
@@ -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
Expand Down

0 comments on commit bccbe42

Please sign in to comment.