Skip to content

fix hlint suggestions from hlint-2.0.13#3774

Merged
mgsloan merged 1 commit intocommercialhaskell:masterfrom
kadoban:hlint-2.0.13-changes
Jan 15, 2018
Merged

fix hlint suggestions from hlint-2.0.13#3774
mgsloan merged 1 commit intocommercialhaskell:masterfrom
kadoban:hlint-2.0.13-changes

Conversation

@kadoban
Copy link
Copy Markdown
Collaborator

@kadoban kadoban commented Jan 14, 2018

Looks like a new version of hlint has added some suggestions for our code, which is causing CI failures for PRs (eg #3763 and #3761)

This applies the changes hlint suggests.

They all appear to be (blah . foo) <$> something ====> blah . foo <$> something

Can't say this seems like the most important suggestion ever, but it seems equally readable before and after, so this seems like the easiest way to shut hlint up unless someone has an objection.

@mgsloan
Copy link
Copy Markdown
Contributor

mgsloan commented Jan 15, 2018

Thanks!

@mgsloan mgsloan merged commit a9ac16f into commercialhaskell:master Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants