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 9ea5cb6 commit 13cd1d6Copy full SHA for 13cd1d6
test/haskell-language-server/cabal.nix
@@ -4,6 +4,7 @@ let
4
inherit compiler-nix-name evalPackages;
5
name = "haskell-language-server";
6
src = haskell-nix.sources."hls-2.9";
7
+ configureArgs = "--disable-benchmarks --disable-tests"; # This makes cabalProject' more like the `tool` function
8
};
9
in recurseIntoAttrs {
10
ifdInputs = {
0 commit comments