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

reduce compiler warnings #267

Merged
merged 4 commits into from
Jul 4, 2021
Merged

reduce compiler warnings #267

merged 4 commits into from
Jul 4, 2021

Conversation

juhp
Copy link
Collaborator

@juhp juhp commented Jul 3, 2021

This silences a number of compile time warnings:

  • MonadFail import on ghc-8.8+
  • <$> for base >= 4.8
  • Semigroup Option deprecation in ghc-9.0

Also bumps stack resolver to latest lts-17.15

@juhp juhp changed the title Monad fail warnings MonadFail import warnings Jul 3, 2021
@juhp juhp changed the title MonadFail import warnings reduce compiler warnings Jul 3, 2021
It will be removed in 9.2, so just use Maybe
but it is still needed for base < 4.11
@juhp juhp force-pushed the MonadFail-warnings branch from b08fa38 to 10cc5ef Compare July 3, 2021 09:13
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