haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
88 stars 46 forks source link

Expose fromFieldJSONByteString #47

Closed tomjaguarpaw closed 3 years ago

tomjaguarpaw commented 4 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.