hasql-dynamic-statements 0.3.1.6 → 0.3.1.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~hasqldep ~hasql-implicitsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql, hasql-implicits
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.6+version: 0.3.1.7 synopsis: Toolkit for constructing Hasql statements dynamically description: This library introduces into the Hasql ecosystem a new abstraction named Snippet,@@ -93,8 +93,8 @@ base >=4.14 && <5, bytestring >=0.10 && <0.13, containers >=0.6 && <0.8,- hasql >=1.7 && <1.8,- hasql-implicits >=0.1.1.2 && <0.2,+ hasql >=1.8 && <1.9,+ hasql-implicits >=0.2 && <0.3, ptr >=0.16.7.2 && <0.17, test-suite test