@@ -18,7 +18,7 @@ extra-source-files:
18
18
ChangeLog.md
19
19
extra-doc-files : doc/tasks.png
20
20
tested-with :
21
- GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7
21
+ GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.4.3
22
22
23
23
source-repository head
24
24
type : git
@@ -39,23 +39,23 @@ library
39
39
, Reflex.Spider.Orphans
40
40
, Control.Monad.NodeId
41
41
build-depends :
42
- base >= 4.10.0 && < 4.16 ,
42
+ base >= 4.10.0 && < 4.18 ,
43
43
bimap >= 0.3.3 && < 0.5 ,
44
44
containers >= 0.5.0 && < 0.7 ,
45
45
mtl >= 2.2.2 && < 2.3 ,
46
46
transformers >= 0.5.5 && < 0.6 ,
47
47
stm >= 2.4 && < 2.6 ,
48
48
data-default >= 0.7.1 && < 0.8 ,
49
49
dependent-map >= 0.4 && < 0.5 ,
50
- text >= 1.2.3 && < 1.3 ,
50
+ text >= 1.2.3 && < 2.1 ,
51
51
dependent-sum >= 0.7 && < 0.8 ,
52
52
exception-transformers >= 0.4.0 && < 0.5 ,
53
53
mmorph >= 1.1 && < 1.2 ,
54
54
ordered-containers >= 0.2.2 && < 0.3 ,
55
55
primitive >= 0.6.3 && < 0.8 ,
56
56
ref-tf >= 0.4.0 && < 0.6 ,
57
- reflex >= 0.8 && < 0.9 ,
58
- time >= 1.8.0 && < 1.10 ,
57
+ reflex >= 0.8 && < 1 ,
58
+ time >= 1.8.0 && < 1.13 ,
59
59
vty >= 5.28 && < 5.38
60
60
hs-source-dirs : src
61
61
default-language : Haskell2010
@@ -88,6 +88,7 @@ library
88
88
TemplateHaskell
89
89
TupleSections
90
90
TypeApplications
91
+ TypeOperators
91
92
TypeFamilies
92
93
93
94
executable example
0 commit comments