File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
.github/actions/setup-build Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
43
43
shell : bash
44
44
45
- # This copy an alternative cabal-ghc${GHCVER}.project (for example cabal-ghc921 .project)
45
+ # This copy an alternative cabal-ghc${GHCVER}.project (for example cabal-ghc92 .project)
46
46
# as main cabal-project, for not fully supported ghc versions
47
47
# Needs to be before the caching step so that the cache can detect changes to the modified cabal.project file
48
48
- name : Use possible modified `cabal.project`
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variables:
20
20
- GHC_VERSION : 9.0.2
21
21
CABAL_PROJECT : cabal-ghc90.project
22
22
- GHC_VERSION : 9.2.2
23
- CABAL_PROJECT : cabal-ghc921 .project
23
+ CABAL_PROJECT : cabal-ghc92 .project
24
24
25
25
workflow :
26
26
rules :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ghcup compile hls -v 1.6.1.0 --ghc 8.10.7 --ghc 8.8.4
36
36
37
37
Use a different ` cabal.project ` for a GHC version:
38
38
```
39
- ghcup compile hls -v 1.6.1.0 --ghc 9.2.1 --cabal-project cabal-ghc921 .project
39
+ ghcup compile hls -v 1.6.1.0 --ghc 9.2.1 --cabal-project cabal-ghc92 .project
40
40
```
41
41
42
42
Check ` ghcup compile hls --help ` for a full list of compilation options.
Original file line number Diff line number Diff line change 337
337
haskell-language-server-884-dev = mkDevShell ghc884 "cabal.project" ;
338
338
haskell-language-server-8107-dev = mkDevShell ghc8107 "cabal.project" ;
339
339
haskell-language-server-901-dev = mkDevShell ghc901 "cabal-ghc90.project" ;
340
- haskell-language-server-921-dev = mkDevShell ghc921 "cabal-ghc921 .project" ;
340
+ haskell-language-server-921-dev = mkDevShell ghc921 "cabal-ghc92 .project" ;
341
341
} ;
342
342
343
343
# Developement shell, haskell packages are also provided by nix
346
346
haskell-language-server-884-dev-nix = mkDevShellWithNixDeps ghc884 "cabal.project" ;
347
347
haskell-language-server-8107-dev-nix = mkDevShellWithNixDeps ghc8107 "cabal.project" ;
348
348
haskell-language-server-901-dev-nix = mkDevShellWithNixDeps ghc901 "cabal-ghc90.project" ;
349
- haskell-language-server-921-dev-nix = mkDevShellWithNixDeps ghc921 "cabal-ghc921 .project" ;
349
+ haskell-language-server-921-dev-nix = mkDevShellWithNixDeps ghc921 "cabal-ghc92 .project" ;
350
350
} ;
351
351
352
352
allPackages = {
You can’t perform that action at this time.
0 commit comments