lpsmith / postgresql-simple

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

Expose fromFieldJSONByteString #276

Closed tomjaguarpaw closed 3 years ago

tomjaguarpaw commented 3 years ago

When I made https://github.com/lpsmith/postgresql-simple/pull/222 three years ago I forgot to actually expose the function, making the PR completely useless! This PR finishes the job, making it useful :)

Needed for Opaleye.

tomjaguarpaw commented 3 years ago

Thanks so much! Any chance of getting a release to Hackage?