Skip to content

Commit ca106cd

Browse files
committed
fix: hlint support for GHC 9.6
Nothing to do, it was already working, I just cargo culted disabling the plugin from previous configs.
1 parent 41c3ba2 commit ca106cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration-ghc-96.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let
6262
hself.callCabal2nixWithOptions "haskell-language-server" ./.
6363
# Pedantic cannot be used due to -Werror=unused-top-binds
6464
# Check must be disabled due to some missing required files
65-
(pkgs.lib.concatStringsSep " " [ "--no-check" "-f-pedantic" "-f-hlint" ]) {};
65+
(pkgs.lib.concatStringsSep " " [ "--no-check" "-f-pedantic" ]) {};
6666
};
6767
in {
6868
inherit disabledPlugins;

0 commit comments

Comments
 (0)