himura / twitter-conduit

Twitter API package for Haskell, including enumerator interfaces and Streaming API supports.
BSD 2-Clause "Simplified" License
158 stars 48 forks source link

Do not re-export Web.Twitter.Conduit.Status #71

Closed himura closed 4 years ago

himura commented 4 years ago

The current implementation of Web.Twitter.Conduit.Status exports APIs that name conflict with Prelude functions (e.g. lookup). It may force users to write inconvenience qualified import or name hiding.

In order to avoid this, this PR does: