Skip to content

Commit d984d23

Browse files
committed
Update CI
Add 9.12, drop 9.2, enable sempahore if available.
1 parent 3eabc14 commit d984d23

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/haskell.yml

+1-1
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.10', '9.8', '9.6', '9.4', '9.2']
17+
ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4']
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

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ benchmarks: True
1313
package lsp
1414
flags: +demo
1515

16-
package lsp-types
17-
-- This makes a big difference here as lsp-types
18-
-- has very many independent modules
19-
ghc-options: -j4
16+
-- Useful if available
17+
semaphore: true

0 commit comments

Comments
 (0)