File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1" ;
14
+ version = "0.6.1.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.1
2
+ Version : 0.6.1.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
@@ -133,7 +133,7 @@ library
133
133
if flag(use-template-haskell)
134
134
cpp-options : -DUSE_TEMPLATE_HASKELL
135
135
build-depends :
136
- dependent-sum >= 0.3 && < 0.5 ,
136
+ dependent-sum >= 0.5 && < 0.6 ,
137
137
haskell-src-exts >= 1.16 && < 1.22 ,
138
138
haskell-src-meta >= 0.6 && < 0.9 ,
139
139
template-haskell >= 2.9 && < 2.15
@@ -142,7 +142,7 @@ library
142
142
other-extensions : TemplateHaskell
143
143
else
144
144
build-depends :
145
- dependent-sum == 0.4 . *
145
+ dependent-sum == 0.5 . *
146
146
147
147
if flag(fast-weak) && impl(ghcjs)
148
148
cpp-options : -DGHCJS_FAST_WEAK
You can’t perform that action at this time.
0 commit comments