brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

Fix import conflicts for servant 0.13. #96

Closed jkarni closed 6 years ago

jkarni commented 6 years ago

servant-0.13 introduces it's own Stream type. I'm not sure if you prefer CPP for the hiding (so there are no warnings for versions earlier than 0.13) - if so, let me know, and I'm happy to change it.

jkarni commented 6 years ago

It doesn't look like the build failures are related to my changes.

brendanhay commented 6 years ago

Thanks @jkarni. Yes, the build failures are my fault, and the warnings are fine for now - I'm not using -Werror currently and can add the CPP if that changes.