File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ restylers_version: stable
22restylers :
33 - fourmolu :
44 image :
5- tag : v0.18 .0.0
5+ tag : v0.19 .0.0
Original file line number Diff line number Diff 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 )
219219with a [ custom
220220configuration] ( https://github.com/swarm-game/swarm/blob/main/fourmolu.yaml )
221221for formatting Haskell code.
222222
223223To 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
229229If this installation does not work, you may have to set your GHC to a version supported by ` fourmolu ` :
You can’t perform that action at this time.
0 commit comments