Skip to content

Commit

Permalink
Merge pull request #1379 from input-output-hk/ffakenz/upgrade-fourmolu
Browse files Browse the repository at this point in the history
Upgrade fourmolu to 0.14.1
  • Loading branch information
locallycompact authored Apr 2, 2024
2 parents 9a6a5ed + 3ddec32 commit 6c0b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
cabal-fmt = pkgs.haskell-nix.tool compiler "cabal-fmt" "0.1.9";
cabal-install = pkgs.haskell-nix.cabal-install.${compiler};
cabal-plan = pkgs.haskell-nix.tool compiler "cabal-plan" "0.7.3.0";
fourmolu = pkgs.haskell-nix.tool compiler "fourmolu" "0.14.0.0";
fourmolu = pkgs.haskell-nix.tool compiler "fourmolu" "0.14.1.0";
haskell-language-server = pkgs.haskell-nix.tool compiler "haskell-language-server" rec {
src = inputs.hls;
cabalProject = builtins.readFile (src + "/cabal.project");
Expand Down

0 comments on commit 6c0b994

Please sign in to comment.