File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378378
379379 - name : Install fourmolu
380380 run : |
381- FOURMOLU_VERSION="0.16.2 .0"
381+ FOURMOLU_VERSION="0.17.0 .0"
382382 mkdir -p "$HOME/.local/bin"
383383 curl -sL "https://github.com/fourmolu/fourmolu/releases/download/v${FOURMOLU_VERSION}/fourmolu-${FOURMOLU_VERSION}-linux-x86_64" -o "$HOME/.local/bin/fourmolu"
384384 chmod a+x "$HOME/.local/bin/fourmolu"
Original file line number Diff line number Diff line change 7777
7878 # see flake `variants` below for alternative compilers
7979 defaultCompiler = "ghc966" ;
80- fourmoluVersion = "0.16.2 .0" ;
80+ fourmoluVersion = "0.17.0 .0" ;
8181 # We use cabalProject' to ensure we don't build the plan for
8282 # all systems.
8383 cabalProject = nixpkgs . haskell-nix . cabalProject' ( { config , ...} : {
You can’t perform that action at this time.
0 commit comments