summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-18 23:58:04 +0100
committerw0rp <devw0rp@gmail.com>2016-09-18 23:58:04 +0100
commit57ef2c98339af5fd40e99e44c420815f9ed0805f (patch)
tree8d3e085f9140576a9d6e4e04ad703154f84412a0 /README.md
parente0fc0c7bb607760daa70ddd1a31fe1f30663e91f (diff)
downloadale-57ef2c98339af5fd40e99e44c420815f9ed0805f.zip
Add support for checking Haskell code via a wrapper script which can be used for other tools, and fix a readline problem with the DMD wrapper script.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 446602b4..d53795aa 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,15 @@ name. That seems to be the fairest way to arrange this table.
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| C | [gcc](https://gcc.gnu.org/) |
-| D | [dmd](https://dlang.org/dmd-linux.html) |
+| D | [dmd](https://dlang.org/dmd-linux.html)\* |
+| Haskell | [ghc](https://www.haskell.org/ghc/)\* |
| Fortran | [gcc](https://gcc.gnu.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
+*\* Supported only on Unix machines via a wrapper script.*
+
If you would like to see support for more languages and tools, please
[create an issue](https://github.com/w0rp/ale/issues)
or [create a pull request](https://github.com/w0rp/ale/pulls).