summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorPat Brisbin <pbrisbin@gmail.com>2023-04-22 09:05:50 -0400
committerGitHub <noreply@github.com>2023-04-22 22:05:50 +0900
commit61248e1453dc6373160154e1f6855ffc510a7dfc (patch)
tree4ea12558911cc79317c9adf5961321428bcd8265 /supported-tools.md
parentfdadaed2ba93432add241bb25f9935dc2ebb4152 (diff)
downloadale-61248e1453dc6373160154e1f6855ffc510a7dfc.zip
Add fourmolu fixer (#4501)
* Add fourmolu fixer Fourmolu is aversion of Ormolu that supports configuration. This fixer was modeled after the Ormolu one, but using the "stack executable" approach of the Brittany and Stylish Haskell fixers. * Sort supported-tools.md
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 0767cc35..a69e8a76 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -245,6 +245,7 @@ formatting.
* [cabal-ghc](https://www.haskell.org/cabal/)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [floskell](https://github.com/ennocramer/floskell)
+ * [fourmolu](https://github.com/fourmolu/fourmolu)
* [ghc](https://www.haskell.org/ghc/)
* [ghc-mod](https://github.com/DanielG/ghc-mod)
* [hdevtools](https://hackage.haskell.org/package/hdevtools)