Skip to content

Commit 657973d

Browse files
authored
Merge pull request #351 from reflex-frp/aa-monoidal-containers-0.6
Update to monoidal-containers 0.6, avoid 0.5
2 parents eb70bab + c809ee6 commit 657973d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

ChangeLog.md

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

3+
## 0.6.2.4
4+
5+
* Update to monoidal-containers 0.6
6+
37
## 0.6.2.3
48

59
* Add an upper-bound to witherable

default.nix

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

reflex.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reflex
2-
Version: 0.6.2.3
2+
Version: 0.6.2.4
33
Synopsis: Higher-order Functional Reactive Programming
44
Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
55
License: BSD3
@@ -79,10 +79,10 @@ library
7979
if flag(split-these)
8080
build-depends: these >= 1 && <1.1,
8181
semialign >=1 && <1.1,
82-
monoidal-containers >= 0.5.0.1 && < 0.6
82+
monoidal-containers >= 0.6 && < 0.7
8383
else
8484
build-depends: these >= 0.4 && <0.9,
85-
monoidal-containers == 0.5.0.0
85+
monoidal-containers == 0.4.0.0
8686

8787
exposed-modules:
8888
Control.Monad.ReaderIO

0 commit comments

Comments
 (0)