postgresql-typed 0.6.2.6 → 0.6.2.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesonPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: aeson
API changes (from Hackage documentation)
+ Database.PostgreSQL.Typed.Dynamic: instance Database.PostgreSQL.Typed.Dynamic.PGRep Data.Aeson.Types.Internal.Value
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGColumn "json" Data.Aeson.Types.Internal.Value
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGColumn "jsonb" Data.Aeson.Types.Internal.Value
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGParameter "json" Data.Aeson.Types.Internal.Value
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGParameter "jsonb" Data.Aeson.Types.Internal.Value
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGType "json"
+ Database.PostgreSQL.Typed.Types: instance Database.PostgreSQL.Typed.Types.PGType "jsonb"
Files
- postgresql-typed.cabal +3/−3
postgresql-typed.cabal view
@@ -1,5 +1,5 @@ Name: postgresql-typed-Version: 0.6.2.6+Version: 0.6.2.7 Cabal-Version: >= 1.10 License: BSD3 License-File: COPYING@@ -64,7 +64,7 @@ Flag ram Description: Use ram rather than memory (only if crypton).- Default: False+ Default: True Library default-language: Haskell2010@@ -121,7 +121,7 @@ if flag(scientific) Build-Depends: scientific >= 0.3 if flag(aeson)- Build-Depends: aeson >= 0.7 && < 2.3+ Build-Depends: aeson >= 0.7 && < 2.4 if flag(HDBC) Build-Depends: HDBC >= 2.2 Exposed-Modules: