hasql-postgres-options 0.1.2 → 0.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hasql-postgresPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql-postgres
API changes (from Hackage documentation)
Files
hasql-postgres-options.cabal view
@@ -1,7 +1,7 @@ name: hasql-postgres-options version:- 0.1.2+ 0.1.3 synopsis: An "optparse-applicative" parser for "hasql-postgres" category:@@ -46,7 +46,7 @@ exposed-modules: Hasql.Postgres.Options build-depends:- hasql-postgres >= 0.8 && < 0.10,+ hasql-postgres >= 0.8 && < 0.11, -- optparse-applicative == 0.11.*, --