Files
ale/ale_linters
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
..
2016-10-31 14:38:13 +09:00
2016-11-01 15:36:08 -05:00
2016-10-28 12:42:55 +03:00
2016-11-28 09:36:11 +00:00
2016-11-23 15:19:36 +00:00
2016-11-25 12:00:07 +00:00
2016-10-11 09:22:47 -05:00
2016-11-28 09:36:11 +00:00
2016-11-28 09:36:11 +00:00