File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
} :
12
12
mkDerivation {
13
13
pname = "reflex" ;
14
- version = "0.6.2.0 " ;
14
+ version = "0.6.2.1 " ;
15
15
src = builtins . filterSource ( path : type : ! ( builtins . elem ( baseNameOf path ) [ ".git" "dist" ] ) ) ./. ;
16
16
libraryHaskellDepends = [
17
17
base bifunctors containers dependent-map dependent-sum
Original file line number Diff line number Diff line change 1
1
Name : reflex
2
- Version : 0.6.2.0
2
+ Version : 0.6.2.1
3
3
Synopsis : Higher-order Functional Reactive Programming
4
4
Description : Reflex is a high-performance, deterministic, higher-order Functional Reactive Programming system
5
5
License : BSD3
@@ -52,7 +52,7 @@ library
52
52
profunctors,
53
53
lens >= 4.7 && < 5 ,
54
54
monad-control >= 1.0.1 && < 1.1 ,
55
- monoidal-containers == 0.4. * ,
55
+ monoidal-containers >= 0.4 && < 0.6 ,
56
56
mtl >= 2.1 && < 2.3 ,
57
57
prim-uniq >= 0.1.0.1 && < 0.2 ,
58
58
primitive >= 0.5 && < 0.7 ,
You can’t perform that action at this time.
0 commit comments