File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- index-state : 2024-11-26T14 :00 :00Z
1
+ index-state : 2024-12-23T14 :00 :00Z
2
2
3
3
packages :
4
4
./lsp
Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ library
56
56
, conduit ^>= 1.3
57
57
, conduit-parse ^>= 0.2
58
58
, containers >= 0.6 && < 0.8
59
- , data-default ^ >= 0.7
60
- , Diff >= 0.4 && < 0.6
59
+ , data-default >= 0.7 && < 0.9
60
+ , Diff >= 0.4 && < 1.1
61
61
, directory ^>= 1.3
62
62
, exceptions ^>= 0.10
63
- , extra ^ >= 1.7
63
+ , extra >= 1.7 && < 1.9
64
64
, filepath >= 1.4 && < 1.6
65
65
, Glob >= 0.9 && < 0.11
66
66
, lens >= 5.1 && < 5.4
@@ -72,7 +72,7 @@ library
72
72
, process ^>= 1.6
73
73
, some ^>= 1.0
74
74
, text >= 1 && < 2.2
75
- , time >= 1.10 && < 1.13
75
+ , time >= 1.10 && < 1.15
76
76
, transformers >= 0.5 && < 0.7
77
77
78
78
if os(windows)
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ library
66
66
, base >= 4.11 && < 5
67
67
, binary ^>= 0.8
68
68
, containers >= 0.6 && < 0.8
69
- , data-default ^ >= 0.7
69
+ , data-default >= 0.7 && < 0.9
70
70
, deepseq >= 1.4 && < 1.6
71
- , Diff >= 0.4 && < 0.6
71
+ , Diff >= 0.4 && < 1.1
72
72
, dlist ^>= 1.0
73
- , hashable ^ >= 1.4
73
+ , hashable >= 1.4 && < 1.6
74
74
, indexed-traversable ^>= 0.1
75
75
, indexed-traversable-instances ^>= 0.1
76
76
, lens >= 5.1 && < 5.4
@@ -81,7 +81,7 @@ library
81
81
, row-types ^>= 1.0
82
82
, safe ^>= 0.3
83
83
, some ^>= 1.0
84
- , template-haskell >= 2.7 && < 2.23
84
+ , template-haskell >= 2.7 && < 2.24
85
85
, text >= 1 && < 2.2
86
86
87
87
-- This version of filepath comes with GHC 9.6, so
@@ -584,7 +584,7 @@ library metamodel
584
584
, base >= 4.11 && < 5
585
585
, file-embed ^>= 0.0.15
586
586
, lens >= 5.1 && < 5.4
587
- , template-haskell >= 2.7 && < 2.23
587
+ , template-haskell >= 2.7 && < 2.24
588
588
, text >= 1 && < 2.2
589
589
590
590
library lsp-types-quickcheck
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ library
60
60
, bytestring >= 0.10 && < 0.13
61
61
, co-log-core ^>= 0.3
62
62
, containers >= 0.6 && < 0.8
63
- , data-default ^ >= 0.7
63
+ , data-default >= 0.7 && < 0.9
64
64
, directory ^>= 1.3
65
65
, exceptions ^>= 0.10
66
- , extra ^ >= 1.7
66
+ , extra >= 1.7 && < 1.9
67
67
, filepath >= 1.4 && < 1.6
68
- , hashable ^ >= 1.4
68
+ , hashable >= 1.4 && < 1.6
69
69
, lens >= 5.1 && < 5.4
70
70
, lens-aeson ^>= 1.2
71
71
, lsp-types ^>= 2.3
You can’t perform that action at this time.
0 commit comments