File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
{
21
21
src = ../. ;
22
22
name = "cardano-node" ;
23
- compiler-nix-name = lib . mkDefault "ghc963 " ;
23
+ compiler-nix-name = lib . mkDefault "ghc8107 " ;
24
24
# extra-compilers
25
- flake . variants = lib . genAttrs [ "ghc928" "ghc8107 " ] ( x : { compiler-nix-name = x ; } ) ;
25
+ flake . variants = lib . genAttrs [ "ghc928" "ghc963 " ] ( x : { compiler-nix-name = x ; } ) ;
26
26
cabalProjectLocal = ''
27
27
repository cardano-haskell-packages-local
28
28
url: file:${ CHaP }
Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ in with final;
83
83
} ;
84
84
85
85
haskell-language-server = haskell-nix . tool compiler-nix-name "haskell-language-server" rec {
86
- src = haskell-nix . sources . "hls-2.3" ;
86
+ src = {
87
+ ghc8107 = haskell-nix . sources . "hls-2.2" ;
88
+ } . ${ compiler-nix-name } or haskell-nix . sources . "hls-2.3" ;
87
89
cabalProject = builtins . readFile ( src + "/cabal.project" ) ;
88
90
sha256map . "https://github.com/pepeiborra/ekg-json" . "7a0af7a8fd38045fd15fb13445bdcc7085325460" = "sha256-fVwKxGgM0S4Kv/4egVAAiAjV7QB5PBqMVMCfsv7otIQ=" ;
89
91
} ;
You can’t perform that action at this time.
0 commit comments