Skip to content

Commit d1b2785

Browse files
authored
Bump more upper bounds (#597)
1 parent fa6f817 commit d1b2785

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2024-11-26T14:00:00Z
1+
index-state: 2024-12-23T14:00:00Z
22

33
packages:
44
./lsp

lsp-test/lsp-test.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ library
5656
, conduit ^>=1.3
5757
, conduit-parse ^>=0.2
5858
, 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
6161
, directory ^>=1.3
6262
, exceptions ^>=0.10
63-
, extra ^>=1.7
63+
, extra >=1.7 && < 1.9
6464
, filepath >=1.4 && < 1.6
6565
, Glob >=0.9 && <0.11
6666
, lens >=5.1 && <5.4
@@ -72,7 +72,7 @@ library
7272
, process ^>=1.6
7373
, some ^>=1.0
7474
, text >=1 && <2.2
75-
, time >=1.10 && <1.13
75+
, time >=1.10 && <1.15
7676
, transformers >=0.5 && <0.7
7777

7878
if os(windows)

lsp-types/lsp-types.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ library
6666
, base >=4.11 && <5
6767
, binary ^>=0.8
6868
, containers >=0.6 && < 0.8
69-
, data-default ^>=0.7
69+
, data-default >=0.7 && < 0.9
7070
, deepseq >=1.4 && <1.6
71-
, Diff >=0.4 && <0.6
71+
, Diff >=0.4 && <1.1
7272
, dlist ^>=1.0
73-
, hashable ^>=1.4
73+
, hashable >=1.4 && <1.6
7474
, indexed-traversable ^>=0.1
7575
, indexed-traversable-instances ^>=0.1
7676
, lens >=5.1 && <5.4
@@ -81,7 +81,7 @@ library
8181
, row-types ^>=1.0
8282
, safe ^>=0.3
8383
, some ^>=1.0
84-
, template-haskell >=2.7 && <2.23
84+
, template-haskell >=2.7 && <2.24
8585
, text >=1 && <2.2
8686

8787
-- This version of filepath comes with GHC 9.6, so
@@ -584,7 +584,7 @@ library metamodel
584584
, base >=4.11 && <5
585585
, file-embed ^>=0.0.15
586586
, lens >=5.1 && <5.4
587-
, template-haskell >=2.7 && <2.23
587+
, template-haskell >=2.7 && <2.24
588588
, text >=1 && <2.2
589589

590590
library lsp-types-quickcheck

lsp/lsp.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ library
6060
, bytestring >=0.10 && <0.13
6161
, co-log-core ^>=0.3
6262
, containers >=0.6 && < 0.8
63-
, data-default ^>=0.7
63+
, data-default >=0.7 && < 0.9
6464
, directory ^>=1.3
6565
, exceptions ^>=0.10
66-
, extra ^>=1.7
66+
, extra >=1.7 && < 1.9
6767
, filepath >=1.4 && < 1.6
68-
, hashable ^>=1.4
68+
, hashable >=1.4 && < 1.6
6969
, lens >=5.1 && <5.4
7070
, lens-aeson ^>=1.2
7171
, lsp-types ^>=2.3

0 commit comments

Comments
 (0)