Skip to content

Commit 3b1aad3

Browse files
committed
nix: disable shake-bench for ghc921
1 parent 2668bbb commit 3b1aad3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configuration-ghc-921.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ let
1010
"hls-alternate-number-format-plugin"
1111
"hls-eval-plugin"
1212
"hls-tactics-plugin"
13+
# That one is not technically a plugin, but by putting it in this list, we
14+
# get it removed from the top level list of requirement and it is not pull
15+
# in the nix shell.
16+
"shake-bench"
1317
];
1418

1519
hpkgsOverride = hself: hsuper:

0 commit comments

Comments
 (0)