@@ -28,7 +28,7 @@ extra-source-files:
28
28
ChangeLog.md
29
29
30
30
tested-with :
31
- GHC == 8.4.4 || == 8.6.5 || == 8.8.1 || == 8.10.7 || == 9.0.1 || == 9.2.5 || == 9.4.5 || == 9.6.1 || == 9.8.2 || == 9.10.1 ,
31
+ GHC == 8.4.4 || == 8.6.5 || == 8.8.1 || == 8.10.7 || == 9.0.1 || == 9.2.5 || == 9.4.5 || == 9.6.1 || == 9.8.2 || == 9.10.1 || == 9.12.1 ,
32
32
GHCJS == 8.6 || == 8.10
33
33
34
34
flag use-reflex-optimizer
@@ -71,14 +71,14 @@ library
71
71
hs-source-dirs : src
72
72
build-depends :
73
73
MemoTrie == 0.6. *,
74
- base >= 4.11 && < 4.21 ,
74
+ base >= 4.11 && < 4.22 ,
75
75
bifunctors >= 5.2 && < 5.7 ,
76
76
comonad >= 5.0.4 && < 5.1 ,
77
77
commutative-semigroups >= 0.1 && < 0.3 ,
78
78
constraints >= 0.10 && < 0.15 ,
79
79
constraints-extras >= 0.3 && < 0.5 ,
80
80
containers >= 0.6 && < 0.8 ,
81
- data-default >= 0.5 && < 0.8 ,
81
+ data-default >= 0.5 && < 0.9 ,
82
82
dependent-map >= 0.3 && < 0.5 ,
83
83
dependent-sum >= 0.6 && < 0.8 ,
84
84
exceptions >= 0.10 && < 0.11 ,
@@ -97,7 +97,7 @@ library
97
97
semigroupoids >= 4.0 && < 7 ,
98
98
stm >= 2.4 && < 2.6 ,
99
99
syb >= 0.5 && < 0.8 ,
100
- time >= 1.4 && < 1.13 ,
100
+ time >= 1.4 && < 1.15 ,
101
101
transformers >= 0.5 && < 0.7 ,
102
102
unbounded-delays >= 0.1.0.0 && < 0.2 ,
103
103
witherable >= 0.4 && < 0.6
@@ -189,7 +189,7 @@ library
189
189
build-depends :
190
190
haskell-src-exts >= 1.16 && < 1.24 ,
191
191
haskell-src-meta >= 0.6 && < 0.9 ,
192
- template-haskell >= 2.9 && < 2.23
192
+ template-haskell >= 2.9 && < 2.24
193
193
exposed-modules :
194
194
Reflex.Dynamic.TH
195
195
other-extensions : TemplateHaskell
0 commit comments