hasql-transaction

Composable abstraction over retryable transactions for Hasql

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

Version on this page:1.2.2
LTS Haskell 24.53:1.2.1
Stackage Nightly 2026-08-07:1.2.2
Latest on Hackage:1.2.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.2@sha256:d9074df20c4c5fc14b311fe8b78a339baa91d2128d669dffe47c89372b6acc98,2624

Module documentation for 1.2.2

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)