Closed kvanbere closed 4 years ago
Operating system or device, package version, compiler version:
Issue description: Somehow, hlint is causing an intermittent failure with the following message (perhaps hlint was updated recently).
hlint
Downloading and running hlint... ######################################################################## 100.0% examples/scotty/src/Main.hs:26:13-109: Warning: Use print Found: liftIO . putStrLn $ (show . whIssueCommentBody . evIssueCommentPayload) (ev :: IssueCommentEvent) Perhaps: liftIO (print (whIssueCommentBody . evIssueCommentPayload (ev :: IssueCommentEvent)))
Steps to reproduce: See this on Travis here: https://travis-ci.org/github/onrock-eng/github-webhooks/jobs/683262402
We should just fix the lint error.
Operating system or device, package version, compiler version:
Issue description: Somehow,
hlint
is causing an intermittent failure with the following message (perhapshlint
was updated recently).Steps to reproduce: See this on Travis here: https://travis-ci.org/github/onrock-eng/github-webhooks/jobs/683262402
We should just fix the lint error.