ale/ale_linters/haskell
Rob Berry 0ffef758ae Improve formatting of ghc and hlint haskell linters
For ghc, it seemed that the conditional

```
if l:corrected_lines[-1] =~# ': error:$'
    let l:line = substitute(l:line, '\v^\s+', ' ', '')
endif
```

was never being reached. It's actually better to unconditionally
collapse whitespace anyway and so I simply removed the conditional
check.

For hlint I added more information about the error. This changes the
reported error from `Error:` to something like:
` Error: Avoid lambda. Found: \ x -> foo x Why not: foo`
2016-12-14 12:50:14 +00:00
..
ghc.vim Improve formatting of ghc and hlint haskell linters 2016-12-14 12:50:14 +00:00
hlint.vim Improve formatting of ghc and hlint haskell linters 2016-12-14 12:50:14 +00:00