hasql-dynamic-statements 0.3.1.7 → 0.3.1.8
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-dynamic-statements.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-dynamic-statements-version: 0.3.1.7+version: 0.3.1.8 synopsis: Toolkit for constructing Hasql statements dynamically description: This library introduces into the Hasql ecosystem a new abstraction named Snippet,@@ -93,7 +93,7 @@ base >=4.14 && <5, bytestring >=0.10 && <0.13, containers >=0.6 && <0.8,- hasql >=1.8 && <1.9,+ hasql >=1.8 && <1.10, hasql-implicits >=0.2 && <0.3, ptr >=0.16.7.2 && <0.17,