diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-05-01 22:43:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 22:43:44 +0100 |
commit | 5d65f9303326a2b6be0f3e0492a04277fb4f7376 (patch) | |
tree | 3bc65f43cff8d830e01c95a8660dd4bf7f427481 /supported-tools.md | |
parent | eae124e8ce7d2503b7f803da6c450501dc4b7410 (diff) | |
parent | 99361b2ca92bb6b70056ee558088e386745435a6 (diff) | |
download | ale-5d65f9303326a2b6be0f3e0492a04277fb4f7376.zip |
Merge pull request #2437 from robertjlooby/add-floskell
Add floskell for Haskell formatting
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 7768d699..1c02e77c 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -184,6 +184,7 @@ formatting. * Haskell * [brittany](https://github.com/lspitzner/brittany) * [cabal-ghc](https://www.haskell.org/cabal/) + * [floskell](https://github.com/ennocramer/floskell) * [ghc](https://www.haskell.org/ghc/) * [ghc-mod](https://github.com/DanielG/ghc-mod) * [hdevtools](https://hackage.haskell.org/package/hdevtools) |