lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

SqlError needs an Eq instance #187

Closed bitemyapp closed 8 years ago

bitemyapp commented 8 years ago

No instance for (Eq SqlError)

Is there a reason for this?

lpsmith commented 8 years ago

Not really, I'd be happy to add it.

lpsmith commented 8 years ago

Thanks!

bitemyapp commented 8 years ago

Cheers 👍