haskellari / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
85 stars 43 forks source link

Expose attoParser #45

Closed dminuoso closed 3 years ago

dminuoso commented 4 years ago

In order to make it simpler to write a custom from field parser using an attoparsec parser, I made a small modification to expose atto, renamed as attoParser.

phadej commented 3 years ago

Merged in #52, I further renamed it to attoFieldParser, as just Parser felt a bit too ambiguous.

Sorry it took so long to merge.