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 41c3ba2 commit ca106cdCopy full SHA for ca106cd
configuration-ghc-96.nix
@@ -62,7 +62,7 @@ let
62
hself.callCabal2nixWithOptions "haskell-language-server" ./.
63
# Pedantic cannot be used due to -Werror=unused-top-binds
64
# Check must be disabled due to some missing required files
65
- (pkgs.lib.concatStringsSep " " [ "--no-check" "-f-pedantic" "-f-hlint" ]) {};
+ (pkgs.lib.concatStringsSep " " [ "--no-check" "-f-pedantic" ]) {};
66
};
67
in {
68
inherit disabledPlugins;
0 commit comments