Skip to content

Commit 13cd1d6

Browse files
committed
Fix hls test
1 parent 9ea5cb6 commit 13cd1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/haskell-language-server/cabal.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ let
44
inherit compiler-nix-name evalPackages;
55
name = "haskell-language-server";
66
src = haskell-nix.sources."hls-2.9";
7+
configureArgs = "--disable-benchmarks --disable-tests"; # This makes cabalProject' more like the `tool` function
78
};
89
in recurseIntoAttrs {
910
ifdInputs = {

0 commit comments

Comments
 (0)