hasql-transaction

Composable abstraction over retryable transactions for Hasql

https://github.com/nikita-volkov/hasql-transaction

Version on this page:1.2.0.1
LTS Haskell 24.1:1.2.1
Stackage Nightly 2025-07-21:1.2.1
Latest on Hackage:1.2.1

See all snapshots hasql-transaction appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:hasql-transaction-1.2.0.1@sha256:9769824cbef08a0784d2e315ecf1cc878836dedf029b8609de9a8439c355c627,2599

Module documentation for 1.2.0.1

Changes

1.2

  • Removed the unpreparedTransaction session because the same effects can now be achieved via the connection settings in Hasql

1.1

  • Add automatic retry on deadlock errors (code 40P01)