-
-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Description
Problem Description
Due to hlint's inconsistent packaging of releases it may be better to introduce a separate action for it. This would enable us to
- have more fine-grained control over the version that we use (e.g. in a situation like this we could just roll back to the last release),
- decouple the "hlint" step from the "does it work with some recent versions of GHC" step, which seems conceptually nicer.
For example, the haskell-language-server
people seem to have already done this here