Skip to content

Commit ecbb398

Browse files
authored
Update CI again (#614)
Drop 9.4, allow sorted-list-0.3
1 parent a0ab1f0 commit ecbb398

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4']
17+
ghc-version: ['9.12', '9.10', '9.8', '9.6']
1818
# Unlikely that we'll succeed on windows and fail on macos,
1919
# including it is just burning CI time. But windows could have
2020
# path or IO issues, so worth including

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
index-state: 2025-06-07T00:00:00Z
1+
index-state: 2025-07-18T00:00:00Z
22

33
packages:
44
./lsp

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
, lsp-types ^>=2.3
7272
, mtl >=2.2 && <2.4
7373
, prettyprinter ^>=1.7
74-
, sorted-list ^>=0.2.1
74+
, sorted-list >=0.2.1 && < 0.4
7575
, stm ^>=2.5
7676
, text >=1 && <2.2
7777
, text-rope >=0.2 && <0.4

0 commit comments

Comments
 (0)