We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bd6d8 commit d7e8f83Copy full SHA for d7e8f83
nix/default.nix
@@ -17,6 +17,7 @@ let
17
haskellPackages.extend (pkgs.haskell.lib.packageSourceOverrides {
18
haskell-language-server = gitignoreSource ../.;
19
ghcide = gitignoreSource ../ghcide;
20
+ shake-bench = gitignoreSource ../ghcide/shake-bench;
21
hie-compat = gitignoreSource ../ghcide/hie-compat;
22
hls-plugin-api = gitignoreSource ../hls-plugin-api;
23
hls-tactics-plugin = gitignoreSource ../plugins/tactics;
shell.nix
@@ -26,6 +26,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
26
27
packages = p: [ p.haskell-language-server
28
p.ghcide
29
+ p.shake-bench
30
p.hie-compat
31
p.hls-plugin-api
32
p.hls-tactics-plugin
0 commit comments