-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booster-532: align fourmolu and hlint versions #3756
Conversation
The changes to the trailing |
For posterity: https://github.com/fourmolu/fourmolu#language-extensions-dependencies-and-fixities explains (in brief) that |
@@ -239,9 +238,9 @@ | |||
mkShell { | |||
nativeBuildInputs = [ | |||
(haskell.lib.justStaticExecutables | |||
# (ghcVersion pkgs).fourmolu | |||
(import nixpkgs2305 { inherit system; }).haskellPackages.fourmolu_0_12_0_0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the import of nixpkgs2305
should be removed entirely now that we no longer need the old versions
Preparing runtimeverification/hs-backend-booster#532
fourmolu 0.14.0.0
, reformatting the code as required (large change)hlint-3.6.1
to check code style (adjusting code and config as required)hlint-3.6.1
in nix derivation#fourmolu