paul-rouse / mysql-simple

A mid-level client library for the MySQL database, intended to be fast and easy to use.
Other
91 stars 35 forks source link

`Param a => Param (In (Set a))` instance #44

Closed seagreen closed 6 years ago

seagreen commented 6 years ago

Would you like a PR adding such an instance? It would require adding containers, but hopefully that will be OK as it seems like part of the informal "Hackage standard library" at this point.

paul-rouse commented 6 years ago

Actually containers is already pulled in transitively because of attoparsec, so I don't see any problem with that. So go ahead!

seagreen commented 6 years ago

That's great news! I really like Set =)

PR opened: https://github.com/paul-rouse/mysql-simple/pull/45

paul-rouse commented 6 years ago

Closed via #45