hasql-transaction 0.6 → 0.6.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hasqlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql
API changes (from Hackage documentation)
Files
- hasql-transaction.cabal +2/−2
hasql-transaction.cabal view
@@ -1,7 +1,7 @@ name: hasql-transaction version:- 0.6+ 0.6.0.1 category: Hasql, Database, PostgreSQL synopsis:@@ -53,7 +53,7 @@ Hasql.Transaction.Sessions build-depends: -- database:- hasql >= 0.19 && < 0.20 || >= 1 && < 2,+ hasql >= 0.19 && < 0.20 || >= 1 && < 1.2, -- data: bytestring-tree-builder >= 0.1 && < 0.3, bytestring >= 0.10 && < 0.11,