hasql-implicits 0.2 → 0.2.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-implicits.cabal +2/−2
hasql-implicits.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-implicits-version: 0.2+version: 0.2.0.1 synopsis: Implicit definitions for Hasql, such as default codecs for standard types @@ -44,7 +44,7 @@ base >=4.12 && <5, bytestring >=0.10 && <1, containers >=0.6 && <1,- hasql >=1.8 && <1.9,+ hasql >=1.8 && <1.10, iproute >=1.7 && <1.8, scientific >=0.2 && <1, text >=1 && <3,