Commit Graph

6 Commits

Author SHA1 Message Date
Karl Ostmo
485e6ace1f
Fourmolu fixup (#1326)
Switch to `fourmolu-0.13` and reformat all source code.
2023-07-12 18:00:23 +00:00
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
Karl Ostmo
13c99bcc08
remove --cabal-default-extensions arg from fourmolu invocation (#889)
Restyled.io uses fourmolu version `0.10.1.0`.  It is not clear how it could be pegged to `0.4.0.0`.  The latest I was able to install on my machine with `cabal install` was `0.9.0.0`.

fixes #888
2022-12-08 03:10:42 +00:00
Ondřej Šebek
4122ea5207
Add a note about installing fourmolu (#744)
- note how to install Fourmolu and run it from shell
- refactor the conventions to use subsections for easier readability
- simplify restyled arguments for Fourmolu 0.4
2022-10-12 18:23:05 +00:00
Ondřej Šebek
8652440607
Make GHC2021 extensions default (#520)
- closes #419
2022-07-01 09:07:41 +00:00
Brent Yorgey
37d8a58ba5 import .restyled.yaml 2021-10-02 14:17:03 -05:00