rightfold / purescript-postgresql-client

https://pursuit.purescript.org/packages/purescript-postgresql-client
BSD 3-Clause "New" or "Revised" License
35 stars 20 forks source link

Fix `purs bundle` output #27

Closed akheron closed 5 years ago

akheron commented 5 years ago

purs bundle (used by e.g. pulp build) fails to output DATE_OID in the output bundle due to some dead code elimination bug/feature, so an app using purescript-postgresql-client fails to start.

Remove DATE_OID and use its value inline instead.

paluh commented 5 years ago

Thanks! I think I will make patch release this evening.