Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump more upper bounds #597

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-11-26T14:00:00Z
index-state: 2024-12-23T14:00:00Z

packages:
./lsp
Expand Down
8 changes: 4 additions & 4 deletions lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ library
, conduit ^>=1.3
, conduit-parse ^>=0.2
, containers >=0.6 && < 0.8
, data-default ^>=0.7
, Diff >=0.4 && <0.6
, data-default >=0.7 && < 0.9
, Diff >=0.4 && <1.1
, directory ^>=1.3
, exceptions ^>=0.10
, extra ^>=1.7
, extra >=1.7 && < 1.9
, filepath >=1.4 && < 1.6
, Glob >=0.9 && <0.11
, lens >=5.1 && <5.4
Expand All @@ -72,7 +72,7 @@ library
, process ^>=1.6
, some ^>=1.0
, text >=1 && <2.2
, time >=1.10 && <1.13
, time >=1.10 && <1.15
, transformers >=0.5 && <0.7

if os(windows)
Expand Down
10 changes: 5 additions & 5 deletions lsp-types/lsp-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ library
, base >=4.11 && <5
, binary ^>=0.8
, containers >=0.6 && < 0.8
, data-default ^>=0.7
, data-default >=0.7 && < 0.9
, deepseq >=1.4 && <1.6
, Diff >=0.4 && <0.6
, Diff >=0.4 && <1.1
, dlist ^>=1.0
, hashable ^>=1.4
, hashable >=1.4 && <1.6
, indexed-traversable ^>=0.1
, indexed-traversable-instances ^>=0.1
, lens >=5.1 && <5.4
Expand All @@ -81,7 +81,7 @@ library
, row-types ^>=1.0
, safe ^>=0.3
, some ^>=1.0
, template-haskell >=2.7 && <2.23
, template-haskell >=2.7 && <2.24
, text >=1 && <2.2

-- This version of filepath comes with GHC 9.6, so
Expand Down Expand Up @@ -584,7 +584,7 @@ library metamodel
, base >=4.11 && <5
, file-embed ^>=0.0.15
, lens >=5.1 && <5.4
, template-haskell >=2.7 && <2.23
, template-haskell >=2.7 && <2.24
, text >=1 && <2.2

library lsp-types-quickcheck
Expand Down
6 changes: 3 additions & 3 deletions lsp/lsp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ library
, bytestring >=0.10 && <0.13
, co-log-core ^>=0.3
, containers >=0.6 && < 0.8
, data-default ^>=0.7
, data-default >=0.7 && < 0.9
, directory ^>=1.3
, exceptions ^>=0.10
, extra ^>=1.7
, extra >=1.7 && < 1.9
, filepath >=1.4 && < 1.6
, hashable ^>=1.4
, hashable >=1.4 && < 1.6
, lens >=5.1 && <5.4
, lens-aeson ^>=1.2
, lsp-types ^>=2.3
Expand Down
Loading