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

Implement account/update_profile #45

Closed Javran closed 8 years ago

Javran commented 8 years ago

Implement account/update_profile.

Note that this also introduced few commonly used identifier names like url, name and description causing variable shadowing warnings on those that exports Web.Twitter.Conduit.Parameters.

himura commented 8 years ago

It's works fine! Thank you for your contribution.

Note that this also introduced few commonly used identifier names like url, name and description causing variable shadowing warnings on those that exports Web.Twitter.Conduit.Parameters.

I planning to change Web.Twitter.Conduit so that it does not export Web.Twitter.Conduit.Parameters.