Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to stackage LTS 15.11 #226

Merged
merged 4 commits into from
May 3, 2020
Merged

Update to stackage LTS 15.11 #226

merged 4 commits into from
May 3, 2020

Conversation

tmspzz
Copy link
Owner

@tmspzz tmspzz commented May 3, 2020

No description provided.

@hlintBot
Copy link

hlintBot commented May 3, 2020

3 Warnings
⚠️ src/CommandParsers.hs#L91 - Found Use <$>

pure Upload <*> udcPayloadParser

Why Not

Upload <$> udcPayloadParser

    
⚠️ src/CommandParsers.hs#L94 - Found Use <$>

pure Download <*> udcPayloadParser

Why Not

Download <$> udcPayloadParser

    
⚠️ src/Utils.hs#L335 - Found Use tuple-section

\ f -> (f, g)

Why Not

(, g)

    

Generated by 🚫 Danger

@tmspzz tmspzz changed the title Update to stackage lst 15.11 Update to stackage LTS 15.11 May 3, 2020
@tmspzz tmspzz merged commit f9afa7b into master May 3, 2020
@tmspzz tmspzz deleted the misc/update-to-lts-15.11 branch May 3, 2020 21:41
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