Skip to content

Commit 45056ff

Browse files
committed
Loosen monoidal-containers version bounds
1 parent 90aedfc commit 45056ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.0";
14+
version = "0.6.2.1";
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reflex
2-
Version: 0.6.2.0
2+
Version: 0.6.2.1
33
Synopsis: Higher-order Functional Reactive Programming
44
Description: Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
55
License: BSD3
@@ -52,7 +52,7 @@ library
5252
profunctors,
5353
lens >= 4.7 && < 5,
5454
monad-control >= 1.0.1 && < 1.1,
55-
monoidal-containers == 0.4.*,
55+
monoidal-containers >= 0.4 && < 0.6,
5656
mtl >= 2.1 && < 2.3,
5757
prim-uniq >= 0.1.0.1 && < 0.2,
5858
primitive >= 0.5 && < 0.7,

0 commit comments

Comments
 (0)