@@ -28,8 +28,8 @@ 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.2 || == 9.0.1 || == 9.2.2 ,
32
- GHCJS == 8.6
31
+ GHC == 8.4.4 || == 8.6.5 || == 8.8.1 || == 8.10.7 || == 9.0.1 || == 9.2.5 || == 9.4.3 ,
32
+ GHCJS == 8.6 || == 8.10
33
33
34
34
flag use-reflex-optimizer
35
35
description : Use the GHC plugin Reflex.Optimizer on some of the modules in the package. This is still experimental.
@@ -71,7 +71,7 @@ library
71
71
hs-source-dirs : src
72
72
build-depends :
73
73
MemoTrie == 0.6. *,
74
- base >= 4.11 && < 4.17 ,
74
+ base >= 4.11 && < 4.18 ,
75
75
bifunctors >= 5.2 && < 5.6 ,
76
76
comonad >= 5.0.4 && < 5.1 ,
77
77
commutative-semigroups >= 0.1 && < 0.2 ,
@@ -81,7 +81,7 @@ library
81
81
data-default >= 0.5 && < 0.8 ,
82
82
dependent-map >= 0.3 && < 0.5 ,
83
83
exception-transformers == 0.4. *,
84
- lens >= 4.7 && < 5.2 ,
84
+ lens >= 4.7 && < 5.3 ,
85
85
mmorph >= 1.0 && < 1.2 ,
86
86
monad-control >= 1.0.1 && < 1.1 ,
87
87
mtl >= 2.1 && < 2.3 ,
@@ -95,7 +95,7 @@ library
95
95
semigroupoids >= 4.0 && < 6 ,
96
96
stm >= 2.4 && < 2.6 ,
97
97
syb >= 0.5 && < 0.8 ,
98
- time >= 1.4 && < 1.12 ,
98
+ time >= 1.4 && < 1.13 ,
99
99
transformers >= 0.5.6.0 && < 0.6 ,
100
100
unbounded-delays >= 0.1.0.0 && < 0.2 ,
101
101
witherable >= 0.4 && < 0.5
@@ -188,7 +188,7 @@ library
188
188
dependent-sum >= 0.6 && < 0.8 ,
189
189
haskell-src-exts >= 1.16 && < 1.24 ,
190
190
haskell-src-meta >= 0.6 && < 0.9 ,
191
- template-haskell >= 2.9 && < 2.19
191
+ template-haskell >= 2.9 && < 2.20
192
192
exposed-modules :
193
193
Reflex.Dynamic.TH
194
194
other-extensions : TemplateHaskell
@@ -260,10 +260,10 @@ test-suite hlint
260
260
, directory
261
261
, filepath
262
262
, filemanip
263
- if impl(ghc >= 8.8 )
264
- build-depends : hlint >= 3 && < 4
263
+ if impl(ghc < 9.2 )
264
+ build-depends : hlint ( < 2.1 || >= 2.2.2 ) && < 3.5
265
265
else
266
- build-depends : hlint ( < 2.1 || >= 2.2.2 ) && < 4
266
+ build-depends : hlint >= 3.5 && < 3.6
267
267
if impl(ghcjs)
268
268
buildable : False
269
269
0 commit comments