Skip to content

Commit d7e8f83

Browse files
committed
Add shake-bench component to nix build
1 parent 03bd6d8 commit d7e8f83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ let
1717
haskellPackages.extend (pkgs.haskell.lib.packageSourceOverrides {
1818
haskell-language-server = gitignoreSource ../.;
1919
ghcide = gitignoreSource ../ghcide;
20+
shake-bench = gitignoreSource ../ghcide/shake-bench;
2021
hie-compat = gitignoreSource ../ghcide/hie-compat;
2122
hls-plugin-api = gitignoreSource ../hls-plugin-api;
2223
hls-tactics-plugin = gitignoreSource ../plugins/tactics;

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
2626

2727
packages = p: [ p.haskell-language-server
2828
p.ghcide
29+
p.shake-bench
2930
p.hie-compat
3031
p.hls-plugin-api
3132
p.hls-tactics-plugin

0 commit comments

Comments
 (0)