Skip to content

Commit 83654bf

Browse files
authored
1 parent 5629952 commit 83654bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/restyled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ restylers_version: stable
22
restylers:
33
- fourmolu:
44
image:
5-
tag: v0.18.0.0
5+
tag: v0.19.0.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ them!
215215

216216
#### Formatting style
217217

218-
We use [`fourmolu-0.18.0.0`](https://hackage.haskell.org/package/fourmolu)
218+
We use [`fourmolu-0.19.0.0`](https://hackage.haskell.org/package/fourmolu)
219219
with a [custom
220220
configuration](https://github.com/swarm-game/swarm/blob/main/fourmolu.yaml)
221221
for formatting Haskell code.
222222

223223
To install the formatter, run:
224224

225225
```bash
226-
cabal install fourmolu-0.18.0.0
226+
cabal install fourmolu-0.19.0.0
227227
```
228228

229229
If this installation does not work, you may have to set your GHC to a version supported by `fourmolu`:

0 commit comments

Comments
 (0)