potoki-hasql 1.1 → 1.1.0.1
raw patch · 1 files changed
+9/−9 lines, 1 filesdep ~basedep ~bytestringdep ~hasqlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, hasql, potoki, potoki-core, profunctors, text, vector
API changes (from Hackage documentation)
Files
- potoki-hasql.cabal +9/−9
potoki-hasql.cabal view
@@ -1,7 +1,7 @@ name: potoki-hasql version:- 1.1+ 1.1.0.1 synopsis: Integration of "potoki" and "hasql". description:@@ -49,11 +49,11 @@ Potoki.Error.Types Potoki.Prelude build-depends:- hasql == 1.1.1,- potoki == 0.11.1,- potoki-core == 1.5.2,- base == 4.10.1.0,- text == 1.2.3.0,- bytestring == 0.10.8.2,- vector == 0.12.0.1,- profunctors == 5.2.2+ hasql >= 1.1.1 && < 1.2,+ potoki >= 0.11.1 && < 0.12,+ potoki-core >= 1.5.2 && < 1.6,+ base >= 4.10.1.0 && < 5,+ text >= 1.2.3.0 && < 1.3,+ bytestring >= 0.10.8.2 && < 0.11,+ vector >= 0.12.0.1 && < 0.13,+ profunctors >= 5.2.2 && < 5.3