Skip to content

Commit

Permalink
Note restriction on system ghc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Oct 23, 2024
1 parent dc0bc51 commit b57438f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ formatting:
> $ ghc-9.4.8 --version | sed 's/[[:alpha:]|(|,|[:space:]]//g'
> 9.4.8
> ```
>
> If not using the `--with-compiler` option then the system `ghc` version should
> be one in the `ghc-9.2`, `ghc-9.4` or `ghc-9.6` series when installing
> `fourmolu-0.12.0.0`.
(This assumes you have a ghc version in the 9.6 series installed via ghcup.)
## Whitespace Conventions

We use automated whitespace convention checking. Violations can be fixed by
Expand Down

0 comments on commit b57438f

Please sign in to comment.