swarm/.restyled.yaml
Karl Ostmo 873ee19cf4
peg fourmolu version (#1311)
This is so that our PR's don't suddenly start failing when the restyled.io service bumps is `fourmolu` version.

## TODO

I wasn't actually able to install version `0.10.1.0`; both of these attempts failed:

    stack install fourmolu-0.10.1.0

and

    cabal install fourmolu-0.10.1.0
2023-06-09 06:18:38 +00:00

7 lines
131 B
YAML

restylers_version: stable
restylers:
- fourmolu:
image: 'restyled/restyler-fourmolu:v0.10.1.0'
arguments:
[]