Skip to content

Commit abfd54b

Browse files
committed
Update nix and GithubActions to fourmolu-0.17.0.0
1 parent 2d1e94c commit abfd54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
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, ...}: {

0 commit comments

Comments
 (0)