hasql-transaction 1.1 → 1.1.0.1
raw patch · 2 files changed
+16/−12 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hasql-transaction.cabal +13/−12
+ CHANGELOG.md view
@@ -0,0 +1,3 @@+# 1.1++- Add automatic retry on deadlock errors (code 40P01)
hasql-transaction.cabal view
@@ -1,18 +1,19 @@-name: hasql-transaction-version: 1.1-category: Hasql, Database, PostgreSQL+name: hasql-transaction+version: 1.1.0.1+category: Hasql, Database, PostgreSQL synopsis: Composable abstraction over retryable transactions for Hasql -homepage: https://github.com/nikita-volkov/hasql-transaction-bug-reports: https://github.com/nikita-volkov/hasql-transaction/issues-author: Nikita Volkov <nikita.y.volkov@mail.ru>-maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>-copyright: (c) 2015, Nikita Volkov-license: MIT-license-file: LICENSE-build-type: Simple-cabal-version: >=1.10+homepage: https://github.com/nikita-volkov/hasql-transaction+bug-reports: https://github.com/nikita-volkov/hasql-transaction/issues+author: Nikita Volkov <nikita.y.volkov@mail.ru>+maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>+copyright: (c) 2015, Nikita Volkov+license: MIT+license-file: LICENSE+build-type: Simple+cabal-version: >=1.10+extra-source-files: CHANGELOG.md source-repository head type: git