dylex / postgresql-typed

Haskell PostgreSQL library with compile-time type inference
http://hackage.haskell.org/package/postgresql-typed
Other
83 stars 12 forks source link

Migrate to aeson 2.2 #35

Closed kamek-pf closed 4 months ago

kamek-pf commented 1 year ago

This allows aeson 2.2.

You may or may not want to merge this one, but as it stands the project no longer builds without restricting the bounds.

dylex commented 10 months ago

I don't think there's any reason this actually needs attoparsec so I've switched it to use the standard decode function, which should allow just relaxing the bounds without code change.

kamek-pf commented 4 months ago

Oops I missed your reply. Closing this one then, thanks !