- Bump time upper bound to 1.14, add round-trip test for 0-padded date.
- Add explicit call to
finalizeForeignPtr
on connection disconnects. Ensures disconnects happen at the moment close is call, as opposed to when the GC frees the ForeignPtr.
- Remove custom reference counting logic. Thanks to David Johnson.
- Compatiblity with Cabal 3.2
- Compatibility with time 1.9 & GHC 8.8
- Custom setup for cabal v2 & v3
- Fix postgresql header name collision
- Compatibility with time 1.8, GHC 8.2.
- Compatibility with time 1.6, base 4.9, and Cabal 1.24 (GHC 8).
- Compatibility with time 1.5.
- Fix test compilation.
- Fix warnings.