summaryrefslogtreecommitdiff
path: root/doc/ale-haskell.txt
AgeCommit message (Collapse)Author
2018-01-01haskell_ghc_options are now added to the ghc commandKevin Tindall
2017-11-28Add brittany for Haskell formattingEvan Rutledge Borden
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`.
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
Add support for fixing Haskell with hfmt
2017-09-10Fix numerous issues with integration documentation tags and the table of ↵w0rp
contents, and add a script to check for theses issues
2017-07-24Make executable and options configurable for hdevtoolsTakano Akio
2017-07-11Prefer --fast for stack-build (#754)Jake Zimmerman
* Vim scripts shouldn't have hyphens Especially not ones that will be autoloaded. You can't have a hyphen in a function name, so autoloading functions based on filename will fail. * Add g:haskell_stack_build_options, default: --fast If we're going to use the --fast option, we may as well go the whole 9 yards and let the user configure the 'stack build' flags. * Create documentation for stack-build options