haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

hide protolude redifined imports #154

Closed marcosh closed 6 years ago

marcosh commented 6 years ago

attempt to solve #150

jml commented 6 years ago

Thanks for tackling this, @marcosh

This change introduces build warnings for users of protolude 0.2.0. I would rather not have the warnings, and think the right thing to do is restrict graphql-api to use protolude 0.2.1 and later.

Concretely, this means:

@marcosh, are you OK to make these changes?

Separately, we should do a follow-up PR that breaks the build on warnings.

marcosh commented 6 years ago

@jml I updated the PR, hope everything's fine