hasql 1.6 → 1.6.0.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−0
- hasql.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,7 @@ # 1.6 - Added position to `ServerError` (breaking change).+- Disabled failure on empty query. # 1.5
hasql.cabal view
@@ -1,5 +1,5 @@ name: hasql-version: 1.6+version: 1.6.0.1 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description: